mirror of
https://github.com/sharkdp/fd.git
synced 2026-08-29 02:32:00 +08:00
Merge pull request #2064 from WilliamLeony/fix-readme-bash-fence
Fix inconsistent code fence language in README.md
This commit is contained in:
@@ -212,7 +212,7 @@ See below for more details on the placeholder syntax.
|
||||
The terminal output of commands run from parallel threads using `-x` will not be interlaced or garbled,
|
||||
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.
|
||||
```
|
||||
``` bash
|
||||
fd -tf -x md5sum > file_checksums.txt
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user