Last active
March 17, 2021 14:14
A list of builtin commands for bash (list taken from man-page for bash 4.4)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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