Rudy’s OBTF
Rudolf Adamkovič
Home
/
Unix
/
Bash
Control operators
a ; b
execute
a
and then
b
a && b
AND list
execute
b
if
a
exits with
0
a || b
OR list
execute
b
if
a
exits with non-
0
© 2025
Rudolf Adamkovič
under
GNU General Public License
version 3.
Made with
Emacs
and secret alien technologies of yesteryear.