Is there any way to list all the internal commands of a shell. I am using bash shell. if I type echo then bash has internal echo command so internal echo command will be executed( Internal command has more precedence than external command ). Is there any way to list all the internal commands of a shell.
Asked
Active
Viewed 483 times
0
mohammed wazeem
- 333
- 2
- 12
-
3Enter `help` at an interactive prompt. – glenn jackman Mar 30 '20 at 17:30
-
1Related: [List all commands that a shell knows](https://unix.stackexchange.com/questions/94775/list-all-commands-that-a-shell-knows), [What are commands to find shell keywords, built in functions and user defined functions?](https://unix.stackexchange.com/questions/63073/what-are-commands-to-find-shell-keywords-built-in-functions-and-user-defined-fu) – steeldriver Mar 30 '20 at 17:31
-
@glennjackman thanks for your valuable information. – mohammed wazeem Mar 31 '20 at 16:13