标签: linux bash shell file
这个命令缺少什么?
find source/ -maxdepth 1 -type f -name Master.csv.2016-08-*.csv -exec mv -n {} backup/07-16;
当我运行此命令时,我出错了
Error :--find: missing argument to `-exec'