Try to look for clues before solving the puzzles.
Clues are usually in the form of a riddle and they help solving a specific puzzle.
find can be used to search files by date with -newermt
you can select specific columns from a line without a separator with cut -c
tr is a useful command to remove specific characters from a text.
grep can highlight pattern matches from a file with --color=always
