Operating Systems > Linux and UNIX

Converting multiple files to mp3

<< < (6/6)

flap:
Just do

find /cdromdirectory -name '*.mp3' | while read item; do cp "$item" /destinationdirectory; done

LorKorub:
Nice... that was quite easy. Like always, I am making things 100x more difficult than they should be. Here I am on the friggin' bash man page all night....

Thanks flap...

Agent007:
I just envy u guys who r expert with BASH...    How do I get started? Are the man pages enough?

some pointers to a newbie wud be a gr8 help!

thanks,
007

flap:
http://www.tldp.org/LDP/abs/html/index.html

http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=bash+tutorial

Navigation

[0] Message Index

[*] Previous page

Go to full version