Description
Can you find the flag in file? This would be really tedious to look through manually, something tells me there is a better way.
Hint
grep tutorial
Step 1
- Using egrep (grep with regular expression ‘grep -E’) we can look for the string ‘pico’ using the following command
egrep 'pico.* file'
Flag
Flag
picoCTF{grep_is_good_to_find_things_dba08a45}