Friday, August 27, 2010

Linux, how to delete files based on specific date.

# rm -vif `ls -lh | grep 'Aug 26' | awk '{print $9}'`

No comments: