Scripting Question
Derek Broughton
derek at pointerstop.ca
Sat Feb 14 22:28:35 UTC 2009
Hal Burgiss wrote:
> On Fri, Feb 13, 2009 at 9:18 PM, Patton Echols <p.echols at comcast.net>
> wrote:
>> I have a fairly massive flat file, comma delimited, that I want to
>> extract info from. Specifically, I want to extract the first and last
>
> I don't see that anyone has mentioned 'cut':
>
> cut -d, -f2,4,57,59,61 $csvfile |grep @
>
Cute :-) There's always another, simpler, way...
More information about the ubuntu-users
mailing list