MACSCRPT Archives

December 2007

MACSCRPT@LISTSERV.DARTMOUTH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Mark Lively <[log in to unmask]>
Reply To:
Macintosh Scripting Systems <[log in to unmask]>
Date:
Fri, 14 Dec 2007 10:21:03 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (34 lines)
. matches a single character.  It needs to be escaped in regular  
expressions.

On Dec 14, 2007, at 8:27 AM, jeff donovan wrote:

> Greetings
>
> I have a regular expression I am having difficulty incorporating  
> into an apple script
>
> I have a folder with a bunch of files labeled 1234. 1235. 1236 etc,..
> so I have been using this to delete only these files but leave the  
> others alone;
>
> rm -f $( ls /Users/drfoo/scripts/HERE/Deleted\ Message | grep  
> "[0-9]\.")
>
> the folder " deleted message " does have a space in the name, i  
> can't change that. it's when i get to the digit period that apple  
> script yells at me so then I'm forced to do this
>
> do shell script "rm -f $(ls " & folderPath & aName & "/deleted\\  
> messages/ | grep [0-9]\\.)"
>
> this is not working . any hints?
>
> -j
>
> "A name indicates what we seek. An address indicates where it is.
> A route indicates how we get there."
>
> - RFC 791, Internet Protocol (September 1981), Editor: Jon Postel
>

ATOM RSS1 RSS2