mirror of
https://github.com/sharkdp/fd
synced 2024-11-05 16:58:21 +00:00
Added detail on parallel execution job pool to man page and README.
This commit is contained in:
parent
040c57e007
commit
1daa454615
2 changed files with 3 additions and 1 deletions
|
@ -123,6 +123,8 @@ fd -e flac -x ffmpeg -i {} -c:a libopus {.}.opus
|
|||
fd -x wc -l \; -e rs
|
||||
```
|
||||
|
||||
The number of jobs in the job pool is set with the `-j` option.
|
||||
|
||||
## Installation
|
||||
|
||||
### On Ubuntu
|
||||
|
|
2
doc/fd.1
vendored
2
doc/fd.1
vendored
|
@ -133,7 +133,7 @@ Always colorize output.
|
|||
.RE
|
||||
.TP
|
||||
.BI "\-j, \-\-threads " num
|
||||
Number of threads to use for searching (default: number of available CPUs).
|
||||
Set number of threads to use for searching & executing (default: number of available CPU cores).
|
||||
.TP
|
||||
.BI "\-S, \-\-size " size
|
||||
Limit results based on the size of files using the format
|
||||
|
|
Loading…
Reference in a new issue