uutils-coreutils: Add shims for dir, uname, vdir (#4415)

- [v0.0.14][]: The `dir` and `vdir` utilities where added as aliases for `ls` and `ls -l`, respectively.
- [v0.0.17][]: `uname` is now available for all supported platforms, instead of Unix-like platforms only.

[v0.0.17]: https://github.com/uutils/coreutils/releases/tag/0.0.17
[v0.0.14]: https://github.com/uutils/coreutils/releases/tag/0.0.14

Relates-to: #3482
This commit is contained in:
Y.D.X 2023-02-03 16:56:15 +08:00 committed by GitHub
parent 0967b5f752
commit c4a47217a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,6 +101,11 @@
"df", "df",
"df" "df"
], ],
[
"coreutils.exe",
"dir",
"dir"
],
[ [
"coreutils.exe", "coreutils.exe",
"dircolors", "dircolors",
@ -436,6 +441,11 @@
"tsort", "tsort",
"tsort" "tsort"
], ],
[
"coreutils.exe",
"uname",
"uname"
],
[ [
"coreutils.exe", "coreutils.exe",
"unexpand", "unexpand",
@ -451,6 +461,11 @@
"unlink", "unlink",
"unlink" "unlink"
], ],
[
"coreutils.exe",
"vdir",
"vdir"
],
[ [
"coreutils.exe", "coreutils.exe",
"wc", "wc",