Difference between revisions of "Builtin (Bash)"
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
* <code>[[unset]]</code> | * <code>[[unset]]</code> | ||
* <code>[[set]]</code> | * <code>[[set]]</code> | ||
+ | * <code>[[trap]]</code> | ||
* <code>[[shopt]]</code> | * <code>[[shopt]]</code> | ||
Revision as of 13:27, 27 June 2022
https://www.gnu.org/software/bash/manual/html_node/Bash-Builtins.html
complete
command
disown
echo
enable
shift
source
fg, bg
type
mapfile
export, export -f
read
unset
set
trap
shopt
Related terms
See also
- Builtin (Bash),
echo, set, unset, shopt
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, $@
Advertising: