Editing Set (Bash)

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
* https://www.gnu.org/software/bash/manual/html_node/The-Set-Builtin.html
 
* http://linuxcommand.org/lc3_man_pages/seth.html
 
 
 
The <code>-e</code> option will cause a bash script to exit immediately when a command [[error handling|fails]]</code>
 
The <code>-e</code> option will cause a bash script to exit immediately when a command [[error handling|fails]]</code>
 +
*<code>[[set -e]] or set -o errexit </code>
  
* <code>[[set -x]] print every command that is executed and every variable that is set to the standard output. Useful to [[debug]] scripts.</code>
+
*<code>set -eo [[pipefail]] https://vaneyckt.io/posts/safer_bash_scripts_with_set_euxo_pipefail/
 
+
*<code>set -euxo [[pipefail]]</code>
 
 
* <code>[[set -e]] or set -o errexit </code>
 
* <code>set -eo [[pipefail]] https://vaneyckt.io/posts/safer_bash_scripts_with_set_euxo_pipefail/</code>
 
* <code>[[set -euo]] [[pipefail]]</code>
 
* <code>[[set -euox]] [[pipefail]]</code>
 
* <code>[[set -Eeuxo]] [[pipefail]]</code>
 
* <code>[[set -Eeuo pipefail]]</code>
 
 
 
* <code>[[set -eu]]</code>
 
* <code>[[set -o vi]]</code>
 
* <code>[[set -o allexport]]</code>
 
* <code>[[set compatible]]</code>
 
* <code>set -o [[history]] ([[Bash history]])</code>
 
* <code>set -o [[pipefail]]</code>
 
* <code>set -o errtrace</code>  
 
  
* <code>[[set -u]] error when performing [[parameter expansion]]</code>
 
  
* <code>[[set -m]] ([[Job control]])</code>
+
*<code>set -eu</code>
 +
*<code>[[set -o vi]]</code>
 +
*<code>[[set compatible]]</code>
 +
*<code>set -o [[history]] ([[Bash history]])</code>
 +
*<code>set -o [[pipefail]]</code>
 +
*<code>set -o errtrace</code>  
  
* <code>[[set -o noclobber]]</code>
+
*<code>set -u error when performing [[parameter expansion]]</code>
  
* <code>[[set --export]] --prepend [[PATH]] "/Users/user/.rd/bin"</code>
+
*<code>set -x print every command that is executed and every variable that is set to the standard output. Useful to [[debug]] scripts.</code>
  
 
== Related terms ==
 
== Related terms ==
* <code>[[unset]]</code>
 
 
* <code>[[tset]]</code>
 
* <code>[[tset]]</code>
 
* <code>[[trap]]</code>
 
* <code>[[trap]]</code>
 
* [[Cisco IOS]]: <code>[[set vlan]]</code>
 
* [[Cisco IOS]]: <code>[[set vlan]]</code>
 
* [[PAN-OS]]: <code>set cli [[pager]] off</code>
 
* [[PAN-OS]]: <code>set cli [[pager]] off</code>
* <code>[[set (python)]]</code>
+
* [[set (python)]]
* <code>[[set (vi)]]</code>
+
* [[set (vi)]]
* <code>[[SET SESSION AUTHORIZATION]]</code>
 
* <code>[[usage]]</code>
 
  
 
== Activities ==
 
== Activities ==
Line 46: Line 30:
  
 
== See also ==
 
== See also ==
* {{set}}
 
 
* {{Bash}}
 
* {{Bash}}
  
 
[[Category:IT]]
 
[[Category:IT]]

Please note that all contributions to wikieduonline may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Wikieduonline:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

Templates used on this page:

Advertising: