memory, life, and logs
find "first100" filename before 20 days ago in DIR and sort by name, and ls find DIR /. -ctime +20 -type f -iname "first100*" | sort -n | xargs ls -lthr delete them rm -rf `find DIR/. -ctime +20 -type f -iname "first100*" | sort -n`
When I kill all processes of the firefox, ps aux |grep -r firefox | awk '{print $2}' | xargs kill -9
* 단축키는 한글/영문 대소문자로 이용 가능하며, 티스토리 기본 도메인에서만 동작합니다.