#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
#COMPSCI from: [[OverTheWire]] key concepts:
grep allows you to grep multiple files like
grep <commands> "pattern" [file1] [file2]...
use this to circumvent the restrictions