mirror of
https://github.com/sharkdp/fd
synced 2024-11-02 09:55:40 +00:00
Update USAGE
This commit is contained in:
parent
aa70c5a446
commit
67e76b8b5b
1 changed files with 2 additions and 1 deletions
|
@ -261,13 +261,14 @@ FLAGS:
|
|||
OPTIONS:
|
||||
-d, --max-depth <depth> Set maximum search depth (default: none)
|
||||
-t, --type <filetype>... Filter by type: file (f), directory (d), symlink (l),
|
||||
executable (x)
|
||||
executable (x), empty (e)
|
||||
-e, --extension <ext>... Filter by file extension
|
||||
-x, --exec <cmd> Execute a command for each search result
|
||||
-E, --exclude <pattern>... Exclude entries that match the given glob pattern
|
||||
--ignore-file <path>... Add a custom ignore-file in .gitignore format
|
||||
-c, --color <when> When to use colors: never, *auto*, always
|
||||
-j, --threads <num> Set number of threads to use for searching & executing
|
||||
-S, --size <size>... Limit results based on the size of files.
|
||||
|
||||
ARGS:
|
||||
<pattern> the search pattern, a regular expression (optional)
|
||||
|
|
Loading…
Reference in a new issue