Author: Dan
Date: 30-11-03 16:57
I have a directory which contains files created by backups, one backup per day. I burn these to CD, but sometimes there are more files than will fit onto one disk. I more away the newer files like this:
# find . -newer phpads.2003.11.23.sql -exec mv {} tmp \;
mv: rename . to tmp/.: Invalid argument
mv: rename ./tmp to tmp/tmp: Invalid argument
I think you may need a trailing space at the end of the line.
--
Webmaster
|
|