Skip to content

Commit e49f76d

Browse files
Update README.md
1 parent 25b1fc4 commit e49f76d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Options:
5757

5858
# Demos:
5959

60-
Small demo of 5 echo commands:
60+
Small demo of 5 echo commands. With `-j5` all 5 commands are run in parallel. With `-j1` commands are run sequentially:
6161

6262
```
6363
$ cat >./test <<EOL
@@ -76,6 +76,13 @@ hi
7676
there
7777
how
7878
you
79+
80+
cat test | rust-parallel -j1
81+
hi
82+
there
83+
how
84+
are
85+
you
7986
```
8087

8188
Using `awk` to form commands:

0 commit comments

Comments
 (0)