Bash
Jump to navigation
Jump to search
↑ 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/
This article is a Draft. Help us to complete it.
https://en.wikipedia.org/wiki/Bash_(Unix_shell) (1989)
- Bash History
- alias
function { }
&&
and||
operator#!
(shebang (Unix))for
andwhile
. See also: Use loops in task (Ansible)source
and.
for includesset
- Autocompletion
/lib/lsb/init-functions
shift
built-inexit
,return
[1] and$?
.bashrc
,.bash_profile
[2]- Bash builtin functions:
complete
- Brace expansion[3]
- Ctrl+z + bg
- PS1
- Arrays https://kb.novaordis.com/index.php/Bash_Arrays
shopt
trap
eval
Activities[edit]
- Read What is the difference between .bash_profile and .bashrc?, https://apple.stackexchange.com/a/51038
- Read https://j.ludost.net/blog/archives/2019/12/09/shell_wildcards_considered_dangerous/index.html
Related terms[edit]
See also[edit]
Bash
, alias,&&
, Bash history, Autocompletion,set
,unset
,export
,.bashrc and .bash profile
,PS1
,echo
, brace expansion, Function, shopt,trap
,set -e
- Shell:
Bash
,zsh
,ash
, PowerShell (Windows),env
, Fish shell - Programming languages: C, glibc, C++, gcc, Conan, make
stdin
,stdout
,stderr
- IaC: Terraform, Chef, cdist, capistrano, Harrow, puppet, Ansible, CFEngine, Cloud Deployment Manager, pulumi, juju, SaltStack, Azure Resource Manager, Google Deployment Manager, AWS CloudFormation
- Programming: C, go, loop, While, for, if, variable assignment, Error handling, Regex, Function