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.


Step 1

  1. Using egrep (grep with regular expression ‘grep -E’) we can look for the string ‘pico’ using the following command egrep 'pico.* file'

Flag