Skip to Content
The Linux Command Line
book

The Linux Command Line

by William E. Shotts Jr.
January 2012
Beginner content levelBeginner
480 pages
17h 46m
English
No Starch Press
Content preview from The Linux Command Line

Chapter 6. Redirection

In this lesson we are going to unleash what may be the coolest feature of the command line: I/O redirection. The I/O stands for input/output, and with this facility you can redirect the input and output of commands to and from files, as well as connect multiple commands to make powerful command pipelines. To show off this facility, we will introduce the following commands:

  • cat—Concatenate files.

  • sort—Sort lines of text.

  • uniq—Report or omit repeated lines.

  • wc—Print newline, word, and byte counts for each file.

  • grep—Print lines matching a pattern.

  • head—Output the first part of a file.

  • tail—Output the last part of a file.

  • tee—Read from standard input and write to standard output and files.

Standard Input, Output, and Error

Many of the ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

The Linux Command Line, 2nd Edition

The Linux Command Line, 2nd Edition

William E. Shotts
Linux Fundamentals

Linux Fundamentals

Sander van Vugt

Publisher Resources

ISBN: 9781593273897Errata Page