Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
BostX committed Nov 21, 2024
1 parent a0b19db commit e1d4387
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion notes/cli/find_and_grep.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@
# -I, --no-ignore
# -p, --full-path search pattern is matched against the full path
# regex:
fd --extension rkt # find -name "*.rkt"
fd --extension rkt # find ./ -name "*.rkt"
fd --no-ignore-vcs --extension go # find ./ -name "*.go"
fd --no-ignore --hidden --full-path '.envrc$' /path/to/dir
fd --no-ignore --absolute-path <some-file-ignored-by-git>

Expand Down

0 comments on commit e1d4387

Please sign in to comment.