In a comment Albert Godfrind pointed out, that the commands i was talking about like
- rev
- yes
- sl
- cowsay
Just for clarification here a list with all bash builtin commands:
- alias
- bind
- builtin
- caller
- command
- declare
- echo
- enable
- help
- let
- local
- logout
- mapfile
- printf
- read
- readarray
- source
- type
- typeset
- ulimit
- unalias
- break
- cd
- continue
- eval
- exec
- export
- getopts
- hash
- pwd
- readonly
- return
- shift
- test
- times
- trap
- umask
- unset
Still missing:
- Job Control Builtins
like bg, fg, kill, ... - Directory Stack Builtins
dirs, popd, pushd - History Builtins
fc, history - Programmable Completion Builtins
compgen, complete, compopt
No comments:
Post a Comment