Difference between revisions of "Exit"

From wikieduonline
Jump to navigation Jump to search
(Created page with " exit == See also == * {{Bash}} Category:Bash")
 
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{lc}}
  
 +
[[exit]]
  
 +
[[exit 0]] [[success]] [[signal]]
  
 +
alias x="exit"
  
 
+
== Related ==
 
+
* <code>[[$?]]</code>
[[exit]]
+
* <code>[[set -e]]</code>
 +
* <code>[[return (Bash)|return]]</code>
 +
* <code>[[trap]]</code>
  
 
== See also ==
 
== See also ==
* {{Bash}}
+
* {{exit}}
 +
* {{Signal}}
 +
* {{set}}
  
 
[[Category:Bash]]
 
[[Category:Bash]]

Latest revision as of 06:53, 7 June 2024

Advertising: