Question: The cat command reads a file and sends every line to stdout. Explain what the and > operators do in the following shell script. What

The cat command reads a file and sends every line to stdout. Explain what the and > operators do in the following shell script. What will the output be? #! !bin/bash cat requests. log sort > clientActivity
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
