Skip to content

Commit

Permalink
fd: add page
Browse files Browse the repository at this point in the history
  • Loading branch information
einnjo authored Oct 21, 2017
1 parent 9a0703c commit 0c4edde
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pages/common/fd.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# fd

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

`fd foo`

- Find files that begin with foo:

`fd '^foo'`

- Find files matching test with a specific extension and under a specific dir:

`fd --extension js test ./src`

- Find files matching config, include ignored and hidden files:

`fd --hidden --no-ignore config`

0 comments on commit 0c4edde

Please sign in to comment.