Level Goal The password for the next level is stored in the file data.txt next to the word millionth 1. As stated in the problem, data.txt is present. 2. Do NOT cat it. 3. The password is said to be next to the word "millionth". 4. grep is a command that searches for a specific pattern within a file. 5. Initially forgot to include cat and ran the command without it, then redid it with cat - and it worked.
5
0