fdfind``fd``fd``ln -s $(which fdfind) ~/.local/bin/fd``fd``$HOME/.local/bin``$PATH 如果您使用的是旧版本的 Ubuntu,则可以从发布页面下载最新的软件包并通过以下方式安装:.deb sudo dpkg -i fd_8.7.0_amd64.deb # adapt version number and architecture 【2】Debian 如果您运行的是 Debian...
对于基于Ubuntu和Debian的发行版,您需要从发布页面下载最新的fd版本并使用以下命令进行安装。 linuxidc@linuxidc:~/www.linuxidc.com$wget https://github.com/sharkdp/fd/releases/download/v7.3.0/fd-musl_7.3.0_amd64.deb linuxidc@linuxidc:~/www.linuxidc.com$sudo dpkg -i fd-musl_7.3.0_amd64.deb...
本源码包构建了以下这些二进制包: fd-find Simple, fast and user-friendly alternative to find 其他与 rust-fd-find 有关的软件包 完整构建时刻依赖 单独构建时刻依赖 debhelper(>= 12) helper programs for debian/rules dh-cargo(>= 25) debhelper buildsystem for Rust crates using Cargo ...
默认情况下,fd 命令包含在所有主要操作系统的默认存储库中。 对于Debian 和 Ubuntu 操作系统,使用以下命令安装 fd 命令: 复制 linuxmi@linuxmi:~/www.linuxmi.com$ sudoapt install fd-find-y 1. 对于RHEL、Rocky Linux 和 Fedora 操作系统,使用以下命令安装 fd 命令: 复制 linuxmi@linuxmi:~/www.linuxmi....
源码包: rust-fd-find (8.3.1-1ubuntu0.1) [security] [universe] rust-fd-find 的相关链接 Ubuntu 的资源: 报告问题 Ubuntu Changelog 版权文件 Debian 源代码仓库 (Git) 维护者: Ubuntu Developers (Mail Archive) Please consider filing a bug or asking a question via Launchpad before contacting ...
Ubuntu / Debain Fedora macOS Windows Scoop 和 Chocolatey 都是 Windows 下的包管理系统,其具体使用方法都可参考其官网。 更多系统的安装方法可参考官方文档。 fd 命令行选项 fd 使用实例 简单搜索 fd 只需带上一个需要查找的参数就可以执行最简单的搜索,该参数就是你要搜索的任何东西。例如:你想要找一个包含 ...
进入fd GitHub 页面,查看安装部分。它涵盖了如何在macOS、 Debian/Ubuntu Red Hat 和 Arch Linux 上安装程序。安装完成后,你可以通过运行帮助来获得所有可用命令行选项的完整概述,通过 fd -h 获取简明帮助,或者通过 fd --help 获取更详细的帮助。 简单搜索 ...
对于Ubuntu 和 Debian 的发行版,您需要从发布页面下载最新的fd版本并使用以下命令进行安装。 $ wget https://github.com/sharkdp/fd/releases/download/v0/fd-musl_0_amddeb $ sudo dpkg -i fd-musl_0_amddeb
许多Linux程序员在其工作中每天都在使用find命令。但是find给出的文件系统条目是有限的,如果你要进行大量的find操作,它甚至不是很快速。因此,我更喜欢使用 Rust 编写的fd命令,因为它提供了合理的默认值,适用于大多数使用情况。 正如它的 README 所说,“fd是一个在文件系统中寻找条目的程序。它是一个简单、快速和...
If you run Ubuntu 19.04 (Disco Dingo) or newer, you can install the officially maintained package:sudo apt install fd-find Note that the binary is called fdfind as the binary name fd is already used by another package. It is recommended that you add an alias fd=fdfind to your shells ...