Revision: 48453
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at July 1, 2011 21:54 by danshields
Initial Code
ls -lh | awk '{print $6 " " $9}' | sed -n '/May/p' | awk '{print $2}' >> file_list rm `cat file_list`
Initial URL
Initial Description
Initial Title
Delete files based on date
Initial Tags
linux
Initial Language
Bash