Skip to content

Instantly share code, notes, and snippets.

@mike239x
Last active March 17, 2021 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mike239x/a89b409870fc4191ad30089ec29e6675 to your computer and use it in GitHub Desktop.
Save mike239x/a89b409870fc4191ad30089ec29e6675 to your computer and use it in GitHub Desktop.
A list of builtin commands for bash (list taken from man-page for bash 4.4)
// here is similar list for fish-shell - https://fishshell.com/docs/2.2/commands.html
source
alias
bg
bind
break
builtin
caller
cd
command
compgen
complete
compopt
continue
declare
typeset
dirs
disown
echo
enable
eval
exec
exit
export
fc
fg
getopts
hash
help
history
jobs
kill
let
local
logout
mapfile
readarray
popd
prinf
pushd
pwd
read
readonly
return
set
shift
shopt
suspend
test
times
trap
type
ulimit
umask
unalias
unset
wait
------------------------------
for
select
case
if
while
until
function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment