Re: tab delimited data file
Re: tab delimited data file
- Subject: Re: tab delimited data file
- From: Martin Orpen <email@hidden>
- Date: Thu, 26 Jun 2003 10:03:58 +0100
I wrote:
>
% uniq -f1 myfile.txt
>
>
Or am I missing something?
I should point out that this works in your example because the stuff that is
being filtered out appears on successive lines. This may not be the case
with your *real* data.
If the values were random I'd probably sort the list first and then use uniq
or look to awk or gawk for a solution.
--
Martin Orpen
Idea Digital Imaging Ltd -- The Image Specialists
http://www.idea-digital.com
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.