Red Hat NETSCAPE MANAGEMENT SYSTEM 6.0 - CUSTOMIZATION User Manual Page 254

  • Download
  • Add to my manuals
  • Print
  • Page
    / 300
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 253
242 You Are Here
Figure 16.14: Stringing commands and comparing les
cat < sneakers.txt
Because we used the less-than symbol (<) to separate the cat command from the le, the output of
sneakers.txt was read by cat.
16.10 Pipes
No, were not going to start talking about plumbing here. In Linux, pipes connect the standard
output of one command to the standard input of another command.
Lets take a step back, to the ls command. There are plenty of options available with ls,butwhatif
the contents of a directory stream by too quickly for you to view them?
Lets view the contents of the /etc directory.
ls -al /etc
How do we take a closer look at the output before it races off the screen?
Page view 253
1 2 ... 249 250 251 252 253 254 255 256 257 258 259 ... 299 300

Comments to this Manuals

No comments