https://recipes4dev.tistory.com/156
리눅스 find 명령어 사용법. (Linux find command) - 리눅스 파일 검색.
1. find 명령어. find는 리눅스에서 파일 및 디렉토리를 검색할 때 사용하는 명령입니다. 이름 그대로 리눅스에서 접근할 수 있는 파일 시스템에서, 파일 및 디렉토리를 "찾는(find)" 것이죠. 그런데 �
recipes4dev.tistory.com
이 외에도 grep(파일에서 특정 문자열 찾기), cat(파일 읽기), sed(파일 수정하기) 등 많으니 참조하셈
'코딩 > Linux, AWS' 카테고리의 다른 글
AWS linux Caused by: java.net.Socketexception: Permission denied 해결 (0) | 2022.07.19 |
---|