FD Commands Cheat Sheet
Here is a cli commands cheat sheet for FD command, you can use this as a quick reminder for basic commands with a brief description for each of the commands.
What is FD command?
Add some data here
# Simple search: fd# Specifying the root directory for the search: fd # Searching for a particular file extension: fd -e # Searching for a particular file name: fd -g . # Search for hidden and ignored files: fd -H # Excluding specific files or directories: fd -E
Check out the FD command documentation .
You can also check our MegaSh cheatsheet tool, that has 150+ searchable linux cheat sheets in one page, so you never forget a command as you work again