Tags:
create new tag
, view all tags
See BLT.

|: | is called the pipe character. It allows the result of one command to be piped to the input of the next command on the same line. A common example is ls -al | less which pipes the output of the ls -al command to the less pager, which lets you view the results of ls one page at a time.

Two adjacent pipes "||" represent the (binary?) or operator. If two commands on the same line are separated by the or operator, the second command will run only if the first command fails. (See &).

Contributors

  • RandyKramer - 16 Feb 2002
  • <If you edit this page, add your name here, move this to the next line>
Topic revision: r2 - 2003-09-07 - AnitaLewis
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding WikiLearn? Send feedback
See TWiki's New Look