我们知道 bash 支持许多 buitin 命令, 例如:
$ type type cd help command
type is a shell builtin
cd is a shell builtin
help is a shell builtin
command is a shell builtin
Run Code Online (Sandbox Code Playgroud)
我想获得所有可用的 shell 内置命令的列表。我如何通过命令行做到这一点?
网络上是否存在带有说明的 Linux 命令集?
我有一个使用 alt 获得的命令列表!列出了 1947 个命令。我将这些放入一个文件中,但我必须通过使用该whatis命令来编写每个命令的作用,然后将命令旁边的结果复制到文本文档中。
有没有更简单的方法来生成这个列表?