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