AWK Language Programming - Useful One Line Programs
ls -t ~/Desktop/\!torrenttemp/ | head -n 5 | awk ‘{if ($0 == “incomplete”) { printf(“”); } else {print substr($0,0,30)}}’
2 years ago