From 3e68733c94e555b27266670a97dc69022b419dea Mon Sep 17 00:00:00 2001 From: Tom Eichlersmith <31970302+tomeichlersmith@users.noreply.github.com> Date: Fri, 2 Sep 2022 07:36:01 -0500 Subject: [PATCH] add file-type requirement and redirect as suggested by @sharkdp Co-authored-by: David Peter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fa34e0b..7af5da60 100644 --- a/README.md +++ b/README.md @@ -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