Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Each program executed by the shell is started in a new process. For example, the shell creates three processes to execute the following pipeline of commands (which displays a list of files in the current working directory sorted by file size):
$ ls -l | sort -k5n | less