with MSDOS mv (or move, i don't remember the name) you can do mv *.c *.cpp that is a quite smart thing, i think :)
with Unix mv... you can't. You have to use find and sed (at least so i know) Is there a nice program that can do things like: TheSmartMove "*.c" "*.cpp" Thnx PAolo