当我检查 coreutils 时,我发现GNU Coreutils
10 Directory listing
This chapter describes the ls command and its variants dir and vdir, which list information about files.
• ls invocation: List directory contents.
• dir invocation: Briefly ls.
• vdir invocation: Verbosely ls.
• dircolors invocation: Color setup for ls, etc.
dir
并且vdir
只是附加到 coreutils 作为ls
,
这样设置的目的是什么。
我最初真的认为 coreutils 的定义越少越好。
GNU 不是完全最小化的,而且 dir 是一个常见的 Microsoft 命令,因此为了方便起见,它被命名为别名。Wiki 缺少完整的历史,但可能会从开源档案中构建历史.. https://en.m.wikipedia.org/wiki/Dir_(command)