Difference between revisions of "Bash"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 16: Line 16:
 
* <code>[[exit]]</code> , <code>[[return]]</code><ref>https://stackoverflow.com/questions/4419952/difference-between-return-and-exit-in-bash-functions</ref> and <code>$?</code>
 
* <code>[[exit]]</code> , <code>[[return]]</code><ref>https://stackoverflow.com/questions/4419952/difference-between-return-and-exit-in-bash-functions</ref> and <code>$?</code>
 
* <code>[[.bashrc]]</code>, <code>[[.bash_profile]]</code><ref>https://apple.stackexchange.com/a/51038</ref>
 
* <code>[[.bashrc]]</code>, <code>[[.bash_profile]]</code><ref>https://apple.stackexchange.com/a/51038</ref>
* Bash builtin functions: <code>[[complete]]</code>
+
* Bash [[builtin]] functions: <code>[[complete]]</code>
 
* [[Brace expansion]]<ref>https://www.cyberciti.biz/faq/explain-brace-expansion-in-cp-mv-bash-shell-commands/</ref>
 
* [[Brace expansion]]<ref>https://www.cyberciti.biz/faq/explain-brace-expansion-in-cp-mv-bash-shell-commands/</ref>
 
* [[Ctrl+z]] + [[bg]]
 
* [[Ctrl+z]] + [[bg]]

Revision as of 12:04, 11 August 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
  2. Read https://j.ludost.net/blog/archives/2019/12/09/shell_wildcards_considered_dangerous/index.html

Related commands


See also

  • 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: