/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
ls -lh | awk '{print $6 " " $9}' | sed -n '/May/p' | awk '{print $2}' >> file_list rm `cat file_list`