What I want is to delete manually all e-mail that are before 01/01/2015
The command is
find /directory/path -type f ! -newermt 2015-01-01 -ls -exec rm -f {} \;
What I want is to delete manually all e-mail that are before 01/01/2015
The command is
find /directory/path -type f ! -newermt 2015-01-01 -ls -exec rm -f {} \;
If you ever are on vps and try to change time and you see it wrong , you can try this also
echo 1 > /proc/sys/xen/independent_wallclock
After this set the clock again .
For me worked .
Powered by WordPress