mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-09 00:31:14 -03:00
docs: Remove &foo; escapes
I always hated these. [ci skip]
This commit is contained in:
@@ -135,7 +135,7 @@ You can pipe between commands with the usual vertical bar::
|
||||
<outp> 1 2 12</outp>
|
||||
|
||||
|
||||
stdin and stdout can be redirected via the familiar < and >. stderr is redirected with a 2>.
|
||||
stdin and stdout can be redirected via the familiar `<` and `<`. stderr is redirected with a `2>`.
|
||||
|
||||
|
||||
|
||||
@@ -408,7 +408,7 @@ To write them on the same line, use the semicolon (";"). That means the followin
|
||||
Combiners (And, Or, Not)
|
||||
------------------------
|
||||
|
||||
fish supports the familiar ``&&`` and ``||`` to combine commands, and ``!`` to negate them::
|
||||
fish supports the familiar ``&&`` and ``||`` to combine commands, and ``!`` to negate them::
|
||||
|
||||
>_ ./configure && make && sudo make install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user