Bash recursing mp3.2.ogg conversion

Bill Gradwohl bill at ycc.com
Fri Sep 2 20:33:00 UTC 2005


You may also want to consider using the -exec option of find as in :
find . -name '*.mp3' -exec ls -l "{}"' ';'
which in your case might look something like this:
find . -name '*.mp3' -exec command-mp3-2-ogg "{}" ';'
The {} is the place holder for the filename.
-- 
Bill Gradwohl
(817) 224-9400
bill at ycc.com




More information about the fedora-list mailing list