- / 경로에서 하위 까지 test.log 찾기
find / -name test.log
- / 경로에서 test.log 검색하여 "abc" 문자열 찾기
find / -name test.log -exec grep "abc" {}
- /var/log 경로에서 "*.log" 로 끝나는 파일 삭제
find /var/log -name "*.log" -delete
'Backup Solution & IT Study > OS' 카테고리의 다른 글
[Linux]Centos,Redhat MPIO 설정 (0) | 2021.03.05 |
---|---|
[Windows]cmd 를 이용한 Version 확인방법 (407) | 2021.03.05 |
[Linux]linux Crontab 설정 (0) | 2021.03.02 |
[HP-UX]Tape Scan , Device Rescan (0) | 2021.03.02 |
[AIX]호환성 라이브러리 확인 (0) | 2021.03.02 |
댓글