what is missing in this command ?
find source/ -maxdepth 1 -type f -name Master.csv.2016-08-*.csv -exec mv -n {} backup/07-16;
when I run this command, I am getting wrong
Error :--find: missing argument to `-exec'
what is missing in this command ?
find source/ -maxdepth 1 -type f -name Master.csv.2016-08-*.csv -exec mv -n {} backup/07-16;
when I run this command, I am getting wrong
Error :--find: missing argument to `-exec'