|
... manipulators, powerful standard tools
Now the bash script which will convert all the supplied mp3 files to ogg(mp32ogg):
#!/bin/sh
for file in "$@"
do
if test ! -f "$(basename " $file " .... extension preserving the filename itself.
The syntax is straightforward - you could use built-in wildcards - e.g. mp32ogg T*.mp3 will convert all mp3 files starting with T.
Tags:
mac

http://quantdancer.livejournal.com/3331.html
(Cached)
0 links
Published: 4 months, 2 weeks ago (Sun, 20 Apr 2008 07:51:48 PDT); 4340 bytes
|