Chained Pipelines
The redirection and piping tokens can be chained together to create complex commands. For example:
ls | grep '\.sh' | sort > shlistlists the contents of the current directory, where this output is filtered to only contain lines which contain .sh, sort this resultant output lexicographically, and place the final output in shlist. This type of construction is used very commonly in shell scripts and batch files.
Read more about this topic: Redirection (computing)
Famous quotes containing the word chained:
“After Voltaire: envy is chained to the portico of the temple of glory and can neither enter nor leave.”
—Mason Cooley (b. 1927)