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:
Tom Eichlersmith 2022-09-02 07:36:01 -05:00 committed by David Peter
parent c9db74bfd4
commit 3e68733c94
1 changed files with 1 additions and 1 deletions

View File

@ -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