Level 8

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 excerpt

Instead of scrolling through the file endlessly, we can use grep!

circle-info

Use man grep to learn more about the usage examples and options the command offers.

The command would be as follows:

And the output is as follows:

grep result

Last updated