mv '*.nes' 'Volumes/One/NES'
I am trying to move all files ending with .nes to my external game library, but when I use that command, I get the following.
usage: mv [-f | -i | -n] [-v] source target
mv [-f | -i | -n] [-v] source ... directory
I don't understand what it is asking, and I don't know why this (seemingly easy) command isn't working (when it works flawlessly on my server via ssh).
- Thanks for the help
I am trying to move all files ending with .nes to my external game library, but when I use that command, I get the following.
usage: mv [-f | -i | -n] [-v] source target
mv [-f | -i | -n] [-v] source ... directory
I don't understand what it is asking, and I don't know why this (seemingly easy) command isn't working (when it works flawlessly on my server via ssh).
- Thanks for the help