Moving Files - TechRepublic
General discussion
May 13, 2004 at 06:28 AM
mk1

Moving Files

by mk1 . Updated 21 years, 5 months ago

I have shell script and part of it involves moving files to a backups directory. The filenames change daily byt would always start with “01File_”
I have included the following command within the script but it does not seem to like the wildcard character
mv /files/today/01File_* /files/today/backups

What am I missing ?
Thanks

This discussion is locked

All Comments