Re: [OT] UNIX heads; can I do this?
Subject : Re: [OT] UNIX heads; can I do this?
From: Philip Aker <email@hidden >
Date: Wed, 13 Jun 2007 16:32:36 -0700
Delivered-to: email@hidden
Delivered-to: email@hidden
On 2007-06-13, at 15:24:21, Bill Briggs wrote:
Well, I've got a tab delimited file and want to get one of the
columns from it. I'm betting that even with the Satimage osax you
can't get more terse than this:
awk '{ FS = " " } ; {print $3}' b.txt > c.txt
Betting how much?
cut -f 3 < b.txt > c.txt
:-)
Philip Aker
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/applescript-users/email@hidden
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.