summaryrefslogtreecommitdiffstats
path: root/software/unix-tricks.page
diff options
context:
space:
mode:
Diffstat (limited to 'software/unix-tricks.page')
-rw-r--r--software/unix-tricks.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/software/unix-tricks.page b/software/unix-tricks.page
index e1366dc..533a174 100644
--- a/software/unix-tricks.page
+++ b/software/unix-tricks.page
@@ -14,5 +14,5 @@ Fork many processes with `xargs`
-----------------------------------
To fork off 10 instances of sleep with incremented lengths, 5 at a time::
-$ seq 10 20 | xargs -n 1 -P 5 sleep
+ $ seq 10 20 | xargs -n 1 -P 5 sleep