find . -name 'Clause*' -exec ls -l {} \+
ps -ef | grep sleep | grep -v grep | awk '{print "kill -9 "$2}' | sh -v
이 글은 스프링노트에서 작성되었습니다.