Difference between revisions of "Bash"

From wikieduonline
Jump to navigation Jump to search
Line 7: Line 7:
 
* <code>[[function]] { }</code>
 
* <code>[[function]] { }</code>
 
* <code>[[&&]]</code> and <code>||</code> operator
 
* <code>[[&&]]</code> and <code>||</code> operator
* <code>#!</code> ([[wikipedia:shebang (Unix)]])
+
* <code>#!</code> ([[shebang (Unix)]])
 
* <code>[[for]]</code> and <code>[[while]]</code>. See also: [[Use loops in task (Ansible)]]
 
* <code>[[for]]</code> and <code>[[while]]</code>. See also: [[Use loops in task (Ansible)]]
 
* <code>[[source]]</code> and <code>.</code> for [[includes]]
 
* <code>[[source]]</code> and <code>.</code> for [[includes]]

Revision as of 05:11, 29 April 2020

This article is a Draft. Help us to complete it.

https://en.wikipedia.org/wiki/Bash_(Unix_shell) (1989)


Activities

  1. Read What is the difference between .bash_profile and .bashrc?, https://apple.stackexchange.com/a/51038

Related commands


See also

  • https://stackoverflow.com/questions/4419952/difference-between-return-and-exit-in-bash-functions
  • https://apple.stackexchange.com/a/51038
  • Advertising: