• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: awk question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: awk question


  • Subject: Re: awk question
  • From: "Mark J. Reed" <email@hidden>
  • Date: Fri, 1 Dec 2006 15:11:02 -0500

Gah.  Typo.


On 12/1/06, Mark J. Reed <email@hidden> wrote:

push (@fields, $1 || $2 ) while /"([^"*])"|(\S+)/g;


The '*' and '[' are flipped; it should be this :

          push  (@fields, $1 || $2 ) while /"([^"]*)"|(\S+)/g;

Had it right in the first message. :)

--
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/mailman//archives/applescript-users

This email sent to email@hidden
References: 
 >awk question (From: "John C. Welch" <email@hidden>)
 >Re: awk question (From: "Mark J. Reed" <email@hidden>)
 >Re: awk question (From: "Mark J. Reed" <email@hidden>)

  • Prev by Date: Re: awk question
  • Next by Date: AppleScript Adobe Acrobat printing
  • Previous by thread: Re: awk question
  • Next by thread: Re: awk question
  • Index(es):
    • Date
    • Thread