Redirecting Streams of Text
Learn how to read streams of text using the CLI.
We'll cover the following...
The ps
command
When we used the echo
command to create a file, we took the output of one command and directed it somewhere else. ...