Redirecting Streams of Text
Learn how to read streams of text using the CLI.
We'll cover the following...
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. Let’s look at this in more detail.
Run the terminal below to execute this command to view all of the running processes:
$ ps -ef
The ps ...