mirror of
https://github.com/sharkdp/fd.git
synced 2026-09-01 15:12:46 +08:00
add file-type requirement and redirect
as suggested by @sharkdp Co-authored-by: David Peter <sharkdp@users.noreply.github.com>
This commit is contained in:
committed by
David Peter
parent
c9db74bfd4
commit
3e68733c94
@@ -210,7 +210,7 @@ The terminal output of commands run from parallel threads using `-x` will not be
|
||||
so `fd -x` can be used to rudimentarily parallelize a task run over many files.
|
||||
An example of this is calculating the checksum of each individual file within a directory.
|
||||
```
|
||||
fd -x md5sum
|
||||
fd -tf -x md5sum > file_checksums.txt
|
||||
```
|
||||
|
||||
#### Placeholder syntax
|
||||
|
||||
Reference in New Issue
Block a user