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
Last updated 4 years ago
Was this helpful?