natas10

#COMPSCI from: [[OverTheWire]] key concepts:

Solution

grep allows you to grep multiple files like

grep <commands> "pattern" [file1] [file2]...

use this to circumvent the restrictions

tomclima@have-a-good-day:~$