summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@charm.mit.edu>2008-02-03 20:37:02 -0500
committerBryan Newbold <bnewbold@charm.mit.edu>2008-02-03 20:37:02 -0500
commitaf9b728170b5ba42646f6ee25621c40cbf1e9164 (patch)
treeb325bd37aaa911d3f718f9e4333db84cbc7944c2
parent9a451b4e958839f0f2c94e27967476f2e8c6dc71 (diff)
downloadknowledge-af9b728170b5ba42646f6ee25621c40cbf1e9164.tar.gz
knowledge-af9b728170b5ba42646f6ee25621c40cbf1e9164.zip
annoying thing I always forget
-rw-r--r--bash6
1 files changed, 6 insertions, 0 deletions
diff --git a/bash b/bash
new file mode 100644
index 0000000..e3402fb
--- /dev/null
+++ b/bash
@@ -0,0 +1,6 @@
+==================
+BASH
+==================
+
+Job Control
+ The syntax for "job number" or "JOBSPEC" (when using ``kill`` or similar) is ``%4`` or ``%5``.