Difference between revisions of "Bash"

From wikieduonline
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
https://en.wikipedia.org/wiki/Bash_(Unix_shell) ([[1989]]) [[Unix shell]]
 
https://en.wikipedia.org/wiki/Bash_(Unix_shell) ([[1989]]) [[Unix shell]]
 +
 +
 +
* macOS installation: <code>[[brew install bash]]</code>
 +
  
 
* [[Bash history]]
 
* [[Bash history]]
* [[alias]]
+
* [[Bash: alias|alias]]
 
* <code>[[function]] { }</code>
 
* <code>[[function]] { }</code>
 
* <code>[[&&]]</code> and <code>||</code> [[operator]]
 
* <code>[[&&]]</code> and <code>||</code> [[operator]]
Line 23: Line 27:
 
* <code>[[dirname]]</code>
 
* <code>[[dirname]]</code>
 
* [[Bash -c]]
 
* [[Bash -c]]
* <code>[[brew install bash]]</code>
+
* <code>bash --login</code>
  
 
== Activities ==
 
== Activities ==

Latest revision as of 15:57, 18 February 2024

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



Activities[edit]

  1. Read What is the difference between .bash_profile and .bashrc?, https://apple.stackexchange.com/a/51038
  2. Read https://j.ludost.net/blog/archives/2019/12/09/shell_wildcards_considered_dangerous/index.html
  3. Read https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html

Related terms[edit]

See also[edit]

  • https://stackoverflow.com/questions/4419952/difference-between-return-and-exit-in-bash-functions
  • https://apple.stackexchange.com/a/51038
  • https://www.cyberciti.biz/faq/explain-brace-expansion-in-cp-mv-bash-shell-commands/
  • Advertising: