SITUATION: Intelligence confirms an active bomb threat at the Meridian Hotel. You have remote terminal access. An agent is en route and needs your analysis to locate and defuse.
Time is critical. Failure to complete objectives results in mission failure.
grep [flags] "pattern" file - Search for patterns
-i case-insensitive | -v invert | -c count | -n line numbers
cmd1 | cmd2 - Pipe output between commands
sort | uniq -c | head | cut