1.1、GNU FindUtils简介
是什么 ? | : | the basic directory searching utilities |
开发语言 | : | C |
开发组织 | : | GNU |
官方主页 | : | https://www.gnu.org/software/findutils |
1.2、通过包管理器安装GNU FindUtils
操作系统 | 包管理器 | 安装命令 |
---|
Windows | scoop | scoop install findutils |
macOS | HomeBrew | brew install findutils |
GNU/Linux | HomeBrew | brew install findutils |
| apt | sudo apt-get install -y findutils |
CentOS | yum | sudo yum install -y findutils |
| dnf | sudo dnf install -y findutils |
openSUSE | zypper | sudo zypper install -y findutils |
Alpine Linux | apk | sudo apk add findutils |
Arch Linux ArcoLinux Manjaro Linux | pacman | sudo pacman -Syyu --noconfirm sudo pacman -S --noconfirm findutils |
Gentoo Linux | Portage | sudo emerge findutils |
1.3、通过编译源码安装GNU FindUtils
1.4、GNU FindUtils中包含的命令