Bash Command Line Expansion: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * bash Concepts") |
No edit summary |
||
Line 2: | Line 2: | ||
* [[bash Concepts#Command_Line_Evaluation_Process|bash Concepts]] | * [[bash Concepts#Command_Line_Evaluation_Process|bash Concepts]] | ||
=Overview= | |||
Each line read by bash from command line is interpreted as a pipeline: a sequence of commands separated by the pipe character (|). |
Revision as of 23:41, 8 September 2017
Internal
Overview
Each line read by bash from command line is interpreted as a pipeline: a sequence of commands separated by the pipe character (|).