/ Published in: Bash
Expand |
Embed | Plain Text
ls -lh | awk '{print $6 " " $9}' | sed -n '/May/p' | awk '{print $2}' >> file_list rm `cat file_list`
You need to login to post a comment.
ls -lh | awk '{print $6 " " $9}' | sed -n '/May/p' | awk '{print $2}' >> file_list rm `cat file_list`
You need to login to post a comment.