mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 11:31:15 -03:00
Convert \\subsection sections into rst format
This commit is contained in:
@@ -7,7 +7,8 @@ Synopsis
|
||||
COMMAND1; or COMMAND2
|
||||
|
||||
|
||||
\subsection or-description Description
|
||||
Description
|
||||
------------
|
||||
|
||||
`or` is used to execute a command if the previous command was not successful (returned a status of something other than 0).
|
||||
|
||||
@@ -16,7 +17,8 @@ for <a href="#if">`if`</a> and <a href="#while">`while`</a> for examples.
|
||||
|
||||
`or` does not change the current exit status itself, but the command it runs most likely will. The exit status of the last foreground command to exit can always be accessed using the <a href="index.html#variables-status">$status</a> variable.
|
||||
|
||||
\subsection or-example Example
|
||||
Example
|
||||
------------
|
||||
|
||||
The following code runs the `make` command to build a program. If the build succeeds, the program is installed. If either step fails, `make clean` is run, which removes the files created by the build process.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user