标签: recursion cron move
我正在尝试让cron自动将我的书籍移动到书籍文件夹中,但似乎它不能递归地工作。
以下是代码:
find /mnt/Storage/Torrents/Completed -R -type f -name "*.epub" -exec mv {} /mnt/Storage/Books\;
谢谢!