본문 바로가기

Programming/Linux

Linux 자주 사용하는 명령어

grep -r "찾을 문자열" ./*

find / -name '*.확장자'

find / -name '파일명*'