GNU CoreUtils
1.1、GNU CoreUtils简介
是什么 ?:the core utilities which are expected to exist on every operating system.
开发语言:C
开发组织:GNU
官方主页:https://www.gnu.org/software/coreutils
1.2、通过包管理器安装GNU CoreUtils
操作系统包管理器安装命令
Windowsscoopscoop install coreutils
WindowsChocolateychoco install -y msys2msys2
macOSHomeBrewbrew install coreutils
GNU/LinuxHomeBrewbrew install coreutils
aptsudo apt-get install -y coreutils
CentOSyumsudo yum install -y coreutils
dnfsudo dnf install -y coreutils
openSUSEzyppersudo zypper install -y coreutils
Alpine Linuxapksudo apk add coreutils

Arch Linux

ArcoLinux

Manjaro Linux

pacmansudo pacman -Syyu --noconfirm
sudo pacman -S    --noconfirm coreutils
Gentoo LinuxPortagesudo emerge coreutils
1.3、通过源码装GNU CoreUtils
1.4、GNU CoreUtils中包含的命令