Difference between revisions of "Set -e"

From wikieduonline
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
 +
* https://www.gnu.org/software/bash/manual/html_node/The-Set-Builtin.html#index-set
  
  [[set]] -e or [[set -o]] errexit
+
  [[set]] -e or [[set -o]] [[errexit]]
  
 
  -e  Exit immediately if a command exits with a [[non-zero status]].
 
  -e  Exit immediately if a command exits with a [[non-zero status]].
Line 26: Line 27:
  
 
== See also ==
 
== See also ==
 +
* {{set -o}}
 +
* {{set -e}}
 
* {{set}}
 
* {{set}}
* {{Bash}}
 
  
 
[[Category:Bash]]
 
[[Category:Bash]]

Latest revision as of 08:30, 25 October 2024

Advertising: