summaryrefslogtreecommitdiffstats
path: root/software/unix-tricks.page
diff options
context:
space:
mode:
authorbnewbold <bnewbold@ziggy.(none)>2010-01-24 05:56:09 -0500
committerbnewbold <bnewbold@ziggy.(none)>2010-01-24 05:56:09 -0500
commit354e98325fe94f4834d360086a67d0032b83fa20 (patch)
tree9015fe2528a529ea5c2a5caf21f2d2ea8146beec /software/unix-tricks.page
parentb234b981acb135ed00a7ecf444dde6fe33d9f0f3 (diff)
downloadknowledge-354e98325fe94f4834d360086a67d0032b83fa20.tar.gz
knowledge-354e98325fe94f4834d360086a67d0032b83fa20.zip
syntax fixes
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