Chapter 2 of 5

Installation

Install using your package manager:

# macOS
brew install fd

# Ubuntu/Debian
sudo apt install fd-find

# Arch
sudo pacman -S fd

# Fedora
sudo dnf install fd-find

# Windows
scoop install fd

# From source
cargo install fd-find

On Debian/Ubuntu, the binary is called fdfind (naming conflict). Create an alias:

echo "alias fd='fdfind'" >> ~/.bashrc

Verify:

fd --version