파일 내용에서 정규식으로 탐색
grep '정규식 패턴' 파일경로
예시
grep '^alias state=.*$' ~/.bashrc # 결과: alias state='docker ps -l'