Difference between revisions of "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
Line 5: | Line 5: | ||
* [[Bash History]] | * [[Bash History]] | ||
* [[alias]] | * [[alias]] | ||
− | * <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> ([[wikipedia:shebang (Unix)]]) |
Revision as of 05:09, 29 April 2020
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#!
(wikipedia: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
- Parameter expansion
Activities
- Read What is the difference between .bash_profile and .bashrc?, https://apple.stackexchange.com/a/51038
Related commands
See also
Bash [ -c ]
,alias
,&&
, Bash history, Autocompletion,set
,unset
,export
,.bash_aliases, .bashrc and .bash profile
,PS1
,echo
,brace expansion
, Function,shopt
,trap
,set -e
,source
,PATH
,complete
,disown
,.hushlogin
,.bashrc
,builtin
,eval
,set
,$PATH
,$HOME
,TZ
,.profile
,-e, -i
,Builtin (Bash)
,mapfile
,~
, return (Bash), for, until,declare, dirname, basename, functions.sh
, Bash arithmetic expansion,shift, bash --rcfile, readonly, $1, $@
- Shell: Fish shell,
sh
,Bash
,ksh
,zsh
,ash
, PowerShell (Windows),/usr/bin/env
,.hushlogin
,dash
,tcsh
, Shell redirection,dquote, $SHELL
, Google Cloud Shell, AWS CloudShell, explainshell.com, vmware_vm_shell, Nushell, Fig.io, direnv - Programming languages: C, glibc, musl, C++, gcc, Conan, make, Class warfare, Clang, Hello, World! (C),
puts
, array, Lisp - Standard streams:
/dev/stdin
,/dev/stdout
,/dev/stderr
,/dev/null
, File descriptor,set -x, 2>&1, stdbuf
- IaC: Terraform, Chef, cdist, capistrano, Harrow, puppet, Ansible, CFEngine, Cloud Deployment Manager, pulumi, juju, SaltStack, Azure Resource Manager (ARM), Google Deployment Manager, AWS CloudFormation, Pulumi, Heat, Spacelift, Oracle Cloud Resource Manager, KICS, Troposphere, CaC, IaC scanning
Advertising: