BIG
- 특정 문자열 포함 파일 찾기
# 문법 : find [ 대상 디렉토리 지정 ] -type f | xargs grep -in '[ 찾을 문자열 ]'
# Example) 지정된 디렉토리하위에서 'test' 가 포함된 파일을 찾는다.
[root@localhost /]#
[root@localhost /]#
[root@localhost /]#
[root@localhost /]# find /home -type f | xargs grep -in 'test'
LIST
'!!...Linux' 카테고리의 다른 글
[Linux] Crontab 을 이용한 디렉토리 모니터링 결과 e-mail로 받기 (0) | 2015.03.04 |
---|---|
[Linux] Rsync 샘플 ssh 이용 (0) | 2015.03.04 |
[Linux] 프로세스명으로 프로세스 종료하기( 죽이기 ) (0) | 2015.02.23 |
[Linux] nohup 사용법 (0) | 2015.02.23 |
[Linux] CentOs SUN JAVA 설치하기 (0) | 2015.02.23 |