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 {} \;
No comments yet.
RSS feed for comments on this post. TrackBack URL
Powered by WordPress