Loading...
Just run
grep -r "flag{" | grep -v "sys"
We can't use cat to read the file, so we'll have to find another way.
cat
while read line; do echo $line; done < flag.txt