• 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: Native AS or grep via do shell script?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Native AS or grep via do shell script?


  • Subject: Re: Native AS or grep via do shell script?
  • From: Christopher Nebel <email@hidden>
  • Date: Wed, 27 Oct 2004 13:22:23 -0700


On Oct 27, 2004, at 3:00 AM, Jakob Peterhänsel wrote:

Now, if only the CLI grep was as flexible as the one in BBEdit... :-/

Try using egrep or grep -E -- that turns on the extended regular expression support. For instance, under egrep, your pattern could be equivalently written like this:


	[0-9]{2}-[0-9]{2}-[0-9]{4}

If you still feel deprived, you could use Perl instead, whose regular expressions have all kinds of wacky features (not that you need most of them here):

	perl -ne 'print if /\d{2}-\d{2}-\d{4}/'


--Chris Nebel AppleScript Engineering _______________________________________________ Do not post admin requests to the list. They will be ignored. Applescript-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: Native AS or grep via do shell script?
      • From: Jakob Peterhänsel <email@hidden>
References: 
 >Native AS or grep via do shell script? (From: Jakob Peterhänsel <email@hidden>)
 >Re: Native AS or grep via do shell script? (From: Jakob Peterhänsel <email@hidden>)

  • Prev by Date: Re: Native AS or grep via do shell script?
  • Next by Date: Re: Dice
  • Previous by thread: Re: Native AS or grep via do shell script?
  • Next by thread: Re: Native AS or grep via do shell script?
  • Index(es):
    • Date
    • Thread