Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] sorting data set -Help
- Date: Wed, 6 Dec 2006 13:40:49 +0900
- From: "Keith Bawden" <keith@example.com>
- Subject: Re: [tlug] sorting data set -Help
- References: <586d0f820612051907i4d8086f0ycab3b060afa8d84d@example.com> <f118b8b90612052026p728ad0f9xb5a5b49295042df3@example.com>
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
- References:
- [tlug] sorting data set -Help
- From: John Joseph
- Re: [tlug] sorting data set -Help
- From: Keith Bawden
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] sorting data set -Help
- Next by Date: Re: [tlug] Email address munging in the TLUG archives
- Previous by thread: Re: [tlug] sorting data set -Help
- Next by thread: [tlug] searching archives?
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links