OS/Mac [Mac] find + grep으로 파일 찾기 뚱2 2014. 6. 11. 15:10 링크: http://geundi.tistory.com/114 # 공백문자 처리 find . -type f -print0 | xargs -0 grep string 저작자표시 비영리 변경금지 (새창열림)