Recent Changes - Search:

Basics

Languages

Tools

OS

Resources

PmWiki

pmwiki.org

edit SideBar

Pipes

Pipes are used to chain multiple function to act on the previous one's input.

Exemple uses:

history | grep bitOfACommandYouDon'tFullyRemember

To get the output from the history command and process it with grep to find something.

./someProgram | tee outputFile

To both see the output of a program on screen and also write it to a file.

Edit - History - Print - Recent Changes - Search
Page last modified on February 17, 2016, at 03:47 PM