mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 06:41:14 -03:00
Remove text duplicate in tutorial
This commit is contained in:
committed by
David Adam
parent
49c5f96470
commit
f318da436e
@@ -397,7 +397,7 @@ To write them on the same line, use the semicolon (";"). That means the followin
|
||||
Exit Status
|
||||
-----------
|
||||
|
||||
When a command exits, it returns a status code as a natural number. This indicates how the command fared - 0 usually means success, while the others signify kinds of failure. For instance fish's ``set --query`` returns the number of variables it queried that weren't set - ``set --query PATH`` usually returns 0, ``set --query arglbargl boogagoogoo`` usually returns 2.
|
||||
When a command exits, it returns a status code as a natural number.
|
||||
|
||||
Unlike other shells, ``fish`` stores the exit status of the last command in ``$status`` instead of ``$?``.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user