show first message show previous message Showing Logic-OT Message 6576 of 6944 show next message show last message

Forum Index | Read L-OT: Policy/Rules Messages Threads Digests | Post New Message | Search!

From: Laurent Cerveau <lcerveau@mac.com>
Date: Wed, 30 Aug 2006 at 4:34:25 PM
Subject: Re: I need an automated method of changing file names,
Message #6576
This is a reply to #6573.
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...
Viewed 1533 times, 0 replies, 3 messages in thread. Reply to this message. Read this thread.

Forum Index | Read L-OT: Policy/Rules Messages Threads Digests | Post New Message | Search!


© 1994-2008, All Rights Reserved.