fd is a fast and easy to use alternative to the conventional find command. We explore some of the ways to use it.
Baeldung Author
Abdul K Azad
Here's what I've written (so far):
Baeldung on Linux
- All
- Files (3)
- Search (2)
Exclude Multiple Patterns With Grep
Filed under Search
Learn how to reverse the match for multiple patterns using the grep command.
Copy Directory Recursively, Excluding Some Subdirectories
Filed under Files
Learn how to control directory-copies.
Fastest Method to Check If Two Files Have the Same Contents
Filed under Files
There are a few ways to tell whether we have duplicate files on our Linux filesystem. We explore a few options and compare their performance.
Introduction to fzf command
Filed under Search
Learn how to perform fuzzy searches using the fzf command.