티스토리 뷰
find . -type f -print0 | xargs -0 (e)grep -iInH --color '{(regex)string}'
'Linux 관련' 카테고리의 다른 글
VI 자주쓰는 명령어 (0) | 2015.07.01 |
---|---|
shell에서 for문 사용 ex) 계정 (0) | 2015.06.10 |
tar 분할 압축 및 압축 해제 (0) | 2015.05.28 |
사용자 계정 추가 및 패스워드 설정 (0) | 2015.05.21 |
find & perl 조합으로 특정 파일 검색 및 검색된 파일 내용 치환 (0) | 2015.05.21 |