Millionaire
The password is next to the word 'millionth' in data.txt file. Here is a quick look at data.txt to gain context of the challenge:
data.txt
Instead of scrolling through the file endlessly, we can use grep!
grep
Use man grep to learn more about the usage examples and options the command offers.
man grep
The command would be as follows:
And the output is as follows:
Last updated 8 months ago
grep <keyword> <filename> # Result grep millionth data.txt