IT Log
[CentOS 7] find... exec 본문
728x90
반응형
find : 디렉토리 계층구조에서 파일을 검색
사용 방법
find [-H] [-L] [-P] [-Olevel] [-D help|tree|search|stat|rates|opt|exec] [path...] [expression]
Actions
Action | 설명 | |
-delete | 찾은 파일을 삭제(명령 성공시 true, 실패하면 오류 발생하며 종료상태 값이 0이 아님) / -depth를 명시적으로 지정 | |
-exec <command> ; | command를 실행 지정된 명령은 일치하는 각 파일에 대해 한 번씩 실행 |
|
-exec <commnad> {} + | ||
-execdir <command> ; | ||
-execdir <command> {} + | ||
-fls <file> | ls -l 과 같은 출력을 file에 저장 | |
-fprint <file> | 경로 출력을 file에 저장 | |
-fprint() <file> | 찾은 파일이 없어도 경로 출력을 file에 저장(출력을 한줄에 입력) |
EXPRESSIONS
OPTIONS | ||
-depth | ||
728x90
반응형
'Linux > CentOS 7' 카테고리의 다른 글
[CentOS 7] Install Podman (0) | 2021.04.16 |
---|---|
Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast (0) | 2021.03.30 |
리눅스 scp (Linux scp) (0) | 2021.03.24 |
VMware Workstation Player 설치 (3) | 2021.03.24 |
[CentOS 7] Merge Files (파일 병합, 파일 합치기) (0) | 2021.02.18 |
Comments