相关疑难解决方法(0)

如何列出所有可用的 shell 内置命令?

我们知道 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 内置命令的列表。我如何通过命令行做到这一点?

command-line bash

28
推荐指数
3
解决办法
2万
查看次数

生成可用命令列表以及每个命令的作用

网络上是否存在带有说明的 Linux 命令集?

我有一个使用 alt 获得的命令列表!列出了 1947 个命令。我将这些放入一个文件中,但我必须通过使用该whatis命令来编写每个命令的作用,然后将命令旁边的结果复制到文本文档中。

有没有更简单的方法来生成这个列表?

command-line

6
推荐指数
1
解决办法
1236
查看次数

标签 统计

command-line ×2

bash ×1