Re: I need an automated method of changing file names,
"Laurent Cerveau" <[email protected]>
| Newsgroups | gmane.comp.audio.emagic.logic.off-topic |
|---|---|
| Organization | Logic Users Group |
| Message-ID | <[email protected]> |
Message posted by Laurent Cerveau <[email protected]>: The a little bit non conventional way : Applescript The computer geek, non user oriented but totally free and fast method in Terminal ls -1 *.aiff | awk '{print "mv "$1" "$1}' | sed s/.aiff//2 | sh To rename all .aiff to .aif ls -1 *.aiff | awk '{print "mv "$1" "$1}' | sed s/.aiff/.aif/2 | sh etc... ________________________________________________________________________ Logic OT - new web forums! http://logic-users.org/forums/L-OT - Search the entire archive: http://logic-users.org/forums/L-OT/search - To UNSUBSCRIBE: email [email protected] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/logic-ot/ <*> To unsubscribe from this group, send an email to: [email protected] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/