Re: [OT] Command Line Change Name
This WebDNA talk-list message is from 2004
It keeps the original formatting.
numero = 59665
interpreted = N
texte = on 10/19/2004 3:20 pm, Donovan Brooke at dbrooke@euca.us so noted...> I need to change a bunch of image file names within a directory.> > They are labeled like:> > d_something.jpg> d_someotherthing.jpg> > (all starting with "d_").> > Is there a grep (or other) solution that will find all> these images in a directory and then change the "d_" to a> "t_"?Here's one way. Navigate to the directory in the Terminal and enter on oneline:ls | awk '{print("mv "$1)}' | sed 's/d_\(.*\)/d_\1 t_\1/' | /bin/shYou can also remove the " | /bin/sh" from the end to print out the commandswithout executing them (to make sure the command will do what you want it todo before actually running it).Rob MarquardtDesigner/Resident WireheadToast Design800 Washington Avenue NorthMinneapolis MN 55401612.330.9863 v612.321.9424 fwww.toastdesign.com-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list
.To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/
Associated Messages, from the most recent to the oldest:
on 10/19/2004 3:20 pm, Donovan Brooke at dbrooke@euca.us so noted...> I need to change a bunch of image file names within a directory.> > They are labeled like:> > d_something.jpg> d_someotherthing.jpg> > (all starting with "d_").> > Is there a grep (or other) solution that will find all> these images in a directory and then change the "d_" to a> "t_"?Here's one way. Navigate to the directory in the Terminal and enter on oneline:ls | awk '{print("mv "$1)}' | sed 's/d_\(.*\)/d_\1 t_\1/' | /bin/shYou can also remove the " | /bin/sh" from the end to print out the commandswithout executing them (to make sure the command will do what you want it todo before actually running it).Rob MarquardtDesigner/Resident WireheadToast Design800 Washington Avenue NorthMinneapolis MN 55401612.330.9863 v612.321.9424 fwww.toastdesign.com-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/
Rob Marquardt
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
HTTP header line is too long? (1997)
founditems (2000)
Webstar 1.3.1 PPC (1997)
greater than or equal to (1997)
EIMS Problems (1997)
[sendmail] possible modification needed... (2000)
Emailer (WebCat2) (1997)
Bookmarked URL with cart (1998)
Customer loyalty scheme (2005)
email preferences on NT (1997)
Is this too many webcat processes? (I don't know how to read this) (2000)
redirect question (2001)
Menu to select product variations (1997)
Form Weirdness (2002)
strange [date] behavior (2001)
Line items in table cells (1997)
Claris HomePage messes up the code (1997)
Date problems (1997)
[isfile] ? (1997)
Setting up WebCatalog with Retail Pro data (1996)