Mailing List Archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tlug] sorting data set -Help



 cat original_data.txt | grep '^\$TKACC' | sort > TKACC_data.txt
 cat original_data.txt | grep '^\$TKATT' | sort > TKATT_data.txt
 cat original_data.txt | grep '^\$TKGPP' | sort > TKGPP_data.txt

Sorry I must need another coffee. Whilst the above will work the following is shorter and will also work...

grep '^\$TKGPP' original_data.txt | sort > TKGPP_data.txt

Regards, Keith


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links