http://odysseymoon.tistory.com/21
# find -type f | xargs grep "string"
.bashrc 에 넣어두었다.
alias finds="find . -type f | xargs grep "
그러면
# finds "string" 으로 찾을수 있다.
# find -type f | xargs grep "string"
.bashrc 에 넣어두었다.
alias finds="find . -type f | xargs grep "
그러면
# finds "string" 으로 찾을수 있다.
'LINUX' 카테고리의 다른 글
파일 갯수 카운트 하기 (0) | 2008.11.10 |
---|---|
ln 디렉토리 링크 걸기 (0) | 2008.09.24 |
ssh Secure Shell 파일 업로드시 에러 (0) | 2008.09.09 |
.bashrc (0) | 2008.08.06 |
ubuntu 7.10 vim sytax highlighting 안된다 (0) | 2008.06.26 |