.\" Man page generated from reStructuredText. . . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .TH "OR" "1" "Nov 13, 2025" "4.2" "fish-shell" .SH NAME or \- conditionally execute a command .SH SYNOPSIS .nf \fICOMMAND1\fP\fB;\fP \fBor\fP \fICOMMAND2\fP .fi .sp .SH DESCRIPTION .sp \fBor\fP is used to execute a command if the previous command was not successful (returned a status of something other than 0). .sp \fBor\fP statements may be used as part of the condition in an \fI\%if\fP or \fI\%while\fP block. .sp \fBor\fP 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 \fI\%$status\fP variable. .sp The \fB\-h\fP or \fB\-\-help\fP option displays help about using this command. .SH EXAMPLE .sp The following code runs the \fBmake\fP command to build a program. If the build succeeds, the program is installed. If either step fails, \fBmake clean\fP is run, which removes the files created by the build process. .INDENT 0.0 .INDENT 3.5 .sp .EX make; and make install; or make clean .EE .UNINDENT .UNINDENT .SH SEE ALSO .INDENT 0.0 .IP \(bu 2 \fI\%and\fP command .UNINDENT .SH COPYRIGHT fish-shell developers .\" Generated by docutils manpage writer. .