Skip to content

Commit

Permalink
fd: add page (tldr-pages#1563)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrl authored Oct 24, 2017
2 parents 73ccd75 + ff4ea8a commit fc91506
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions pages/common/fd.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# fd

> A simple, fast and user-friendly alternative to find.
- Find files under current directory that match a pattern:

`fd {{pattern}}`

- Find files that begin with foo:

`fd {{'^foo'}}`

- Find files with a specific extension:

`fd --extension {{.ext}} {{pattern}}`

- Find files under a specific directory:

`fd {{pattern}} {{path/to/dir}}`

- Include ignored and hidden files in search:

`fd --hidden --no-ignore {{pattern}}`

0 comments on commit fc91506

Please sign in to comment.