cron job not working
by Dain_Bramage from LinuxQuestions.org on (#5PB4T)
I was wondering if someone could explain to me why this
Code:/usr/bin/rm -rf ~/OneDrive/.Trash-1000/info/{*,.*} ~/OneDrive/.Trash-1000/files/{*,.*}will work on the command line but this cron job will not run
Code:0 * * * * /usr/bin/rm -rf ~/OneDrive/.Trash-1000/info/{*,.*} ~/OneDrive/.Trash-1000/files/{*,.*}It is in my crontab, not roots.
Code:/usr/bin/rm -rf ~/OneDrive/.Trash-1000/info/{*,.*} ~/OneDrive/.Trash-1000/files/{*,.*}will work on the command line but this cron job will not run
Code:0 * * * * /usr/bin/rm -rf ~/OneDrive/.Trash-1000/info/{*,.*} ~/OneDrive/.Trash-1000/files/{*,.*}It is in my crontab, not roots.