목표 data.txt 파일 내에서 millionth라는 단어 바로 옆에 적힌 비밀번호를 찾기.
실행 명령어
ls grep "millionth" data.txt
grep 명령어
data.txt
cat
grep