Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
syntax:basicgrammar [2019/01/16 01:01] jdescole |
syntax:basicgrammar [2019/04/01 21:45] (current) ddebhw Fix a little typo. |
||
---|---|---|---|
Line 80: | Line 80: | ||
^Operator^Description^ | ^Operator^Description^ | ||
- | |''<PIPELINE1> **<newline>** <PIPELINE2>''|Newlines completely separate pipelines. The next pipeline is executed without any checks. You enter a command and press ''<RETURN>''!)| | + | |''<PIPELINE1> **<newline>** <PIPELINE2>''|Newlines completely separate pipelines. The next pipeline is executed without any checks. (You enter a command and press ''<RETURN>''!)| |
|''<PIPELINE1> **;** <PIPELINE2>''|The semicolon does what ''<newline>'' does: It separates the pipelines| | |''<PIPELINE1> **;** <PIPELINE2>''|The semicolon does what ''<newline>'' does: It separates the pipelines| | ||
|''<PIPELINE> **&** <PIPELINE>''|The pipeline in front of the ''&'' is executed **asynchronously** ("in the background"). If a pipeline follows this, it is executed immediately after the async pipeline starts| | |''<PIPELINE> **&** <PIPELINE>''|The pipeline in front of the ''&'' is executed **asynchronously** ("in the background"). If a pipeline follows this, it is executed immediately after the async pipeline starts| |