Sh 썸네일형 리스트형 file 리스트를 반환하는 shell script #!/bin/sh for file in * do if grep -q POSIX $file then echo $file fi done exit 0 더보기 이전 1 다음