From c4a47217a02dd1ce94ecab3a3787512a289e21c2 Mon Sep 17 00:00:00 2001 From: "Y.D.X" <73375426+YDX-2147483647@users.noreply.github.com> Date: Fri, 3 Feb 2023 16:56:15 +0800 Subject: [PATCH] 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 --- bucket/uutils-coreutils.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/bucket/uutils-coreutils.json b/bucket/uutils-coreutils.json index b2d64da46d..ec6dcd0e0c 100644 --- a/bucket/uutils-coreutils.json +++ b/bucket/uutils-coreutils.json @@ -101,6 +101,11 @@ "df", "df" ], + [ + "coreutils.exe", + "dir", + "dir" + ], [ "coreutils.exe", "dircolors", @@ -436,6 +441,11 @@ "tsort", "tsort" ], + [ + "coreutils.exe", + "uname", + "uname" + ], [ "coreutils.exe", "unexpand", @@ -451,6 +461,11 @@ "unlink", "unlink" ], + [ + "coreutils.exe", + "vdir", + "vdir" + ], [ "coreutils.exe", "wc",