move files
I need a script that will check a given directory for .pdf and .xls
files that have exactly the same name. If a pair of .pdf and .xls
files with the same name are found, the script should move the .xls
file to another directory.
Any guidance would be appreciated.
|