I am wondering if you guys could shed a light what was wrong on the following command.
/usr/bin/find /testcron/SessLogs -name "list.log.*" -exec /usr/bin/mv {} /testcron/SessLogs_archive \;
I try to move all list.log.* file, this command works interactively but not on cronjobs.
Any suggestion what should i do?
/usr/bin/find /testcron/SessLogs -name "list.log.*" -exec /usr/bin/mv {} /testcron/SessLogs_archive \;
I try to move all list.log.* file, this command works interactively but not on cronjobs.
Any suggestion what should i do?