1,576
edits
Changes
no edit summary
= head and tail commands =
* Example piping use: <code>ls | less</code>
= Tee tee command =
* UNIX pipe with the tee utility can be used to split the flow of information
* Anything between EOF…EOF is sent to the standard input of a utility
* You can use some other string/symbol instead of “EOF”
[[Category:ULI101]]
[[Category:ULI101-2018]]