Creating Pipelines of Commands

In Unix you build your own tools.

ls -l /bin | cut -c38- | sort -n

Tasks:



Previous - Standard Input and Standard Output

Next - Running Commands in the Background

Home