>주제 목록 >리눅스에서 find 명령을 사용하여 파일을 찾는 방법

리눅스에서 find 명령을 사용하여 파일을 찾는 방법

Linux는 find /path/to/directory -name "*.txt", find /path/to/directory -type d, find /path/to/directory -size +1M 및 find /path/to/directory -mtime -을 사용합니다. 7개의 명령으로 파일을 찾을 수 있습니다.