Re: [OT] UNIX heads; can I do this?
Re: [OT] UNIX heads; can I do this?
- Subject: Re: [OT] UNIX heads; can I do this?
- From: "Mark J. Reed" <email@hidden>
- Date: Wed, 13 Jun 2007 16:48:03 -0400
You can also just tell awk to use carriage returns instead of
linefeeds as its record separator:
awk 'BEGIN {RS="\r"} (rest of awk script here)'
--
Mark J. Reed <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:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden