Reader Feedback and Insights: Thanks for Qshell Tips
November 20, 2002 Timothy Prickett Morgan
Hey, Ted:
I just wanted to drop you a note of thanks for the QShell tips you’ve shared in the Guild Companies publications, Midrange Guru and Midrange Programmer. One of my clients had a PC text file of information but just wanted from it a printed list of the part numbers. Since the majority of ISBNs begin with 0 or 1, I came up with the following solution (based on the great tips from you) using QShell:
touch -C 819 isbnlist.txt grep ^[01] cat_prb.txt >isbnlist.txt
|
That produced a nice ASCII list of files in the Integrated File System (IFS),