diff options
Diffstat (limited to 'software/bash')
-rw-r--r-- | software/bash | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/software/bash b/software/bash new file mode 100644 index 0000000..e3402fb --- /dev/null +++ b/software/bash @@ -0,0 +1,6 @@ +================== +BASH +================== + +Job Control + The syntax for "job number" or "JOBSPEC" (when using ``kill`` or similar) is ``%4`` or ``%5``. |