fd
Verified for current stable LTS
Fd Command: Include Ignored And Hidden Files
Use for include ignored and hidden files with Fd. Exact CLI syntax to include ignored and hidden files using Fd.
When to use this: Use for include ignored and hidden files with Fd.
Command Syntax
fd -H -I "<string|regex>" fd -H -I "<string|regex>" Command Breakdown
-H- Command Option
- Tool-specific option used by this command invocation.
-I- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to include ignored and hidden files using Fd.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Fd Command: Exclude Files Matching Glob Pattern
fd <string> -E <glob> Fd Command: Execute Command On Search Results fd "<string|regex>" -x <command> Fd Command: Find Files Beginning With String fd "<^string>" Fd Command: Find Files In Current Directory Only fd -d 1 "<string|regex>" Fd Command: Find Files In Specific Directory fd "<string|regex>" <path/to/directory>