Remove temp files



ls -l /tmp/ | grep "Jul  3" | cut -d ' ' -f 22 | xargs -I{} ls -ld /tmp/{} | less
ls -l /tmp/ | grep "Jul  3" | cut -d ' ' -f 22 | xargs -I{} rm -rf /tmp/{}