카테고리 없음

find grep 파일이름에 공백 있을 때

een 2021. 3. 29. 15:09

find  /c/pjt -type f  -print0| xargs -0 grep -i 02356

(serverfault.com/questions/268368/how-can-i-handle-spaces-in-file-names-when-using-xargs-on-find-results)