Skip to content

Commit

Permalink
docs: Mention --full-path in troubleshooting
Browse files Browse the repository at this point in the history
See: #1662
  • Loading branch information
tmccombs committed Jan 28, 2025
1 parent 86d6e2d commit 2a66fba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,11 @@ use the options `-u`/`--unrestricted` option (or `-HI` to enable hidden and igno
> fd -u …
```

Also remember that by default, `fd` only searches based on the filename and
doesn't compare the pattern to the full path. If you want to search based on the
full path (similar to the `-path` option of `find`) you need to use the `--full-path`
(or `-p`) option.

### Colorized output

`fd` can colorize files by extension, just like `ls`. In order for this to work, the environment
Expand Down

0 comments on commit 2a66fba

Please sign in to comment.