Create.seok.blog

[Unix]파일 내용으로 검색

배움

1.형식


find 검색할폴더 검색옵션 파일형식 |xargs grep 검색할내용


2.예시

find ./ -name "*.properties" | xargs grep "localhost"




'배움' 카테고리의 다른 글

[JavaScript]replaceAll 기능 구현  (0) 2012.10.31
[Android]Toast 메시지 띄우기  (2) 2012.06.27
[Oracle]그 주에 해당한 요일 출력  (0) 2012.04.06
[Linux] 시간 확인  (0) 2012.04.05
[Eclipse]Unresolved compilation problem  (0) 2012.04.04