If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I want a simple script which when run will copy all files of a certain type within a volume (and all the files of this type in the directories and all subdirectories)... to another directory.
Thanks Hal, I thought about it a bit more and the folder structure was always goiing to be the same, so I just used cp intstead. Thanks a lot though, I'm going to use this at sometime I'm sure.