summaryrefslogtreecommitdiff
path: root/devdocs/bash/job-control-variables.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
committerCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
commit82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch)
tree158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/bash/job-control-variables.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/bash/job-control-variables.html')
-rw-r--r--devdocs/bash/job-control-variables.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/devdocs/bash/job-control-variables.html b/devdocs/bash/job-control-variables.html
deleted file mode 100644
index 0da863d4..00000000
--- a/devdocs/bash/job-control-variables.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<h1 class="section">Job Control Variables</h1> <dl compact> <dt id="index-auto_005fresume"><span><code>auto_resume</code></span></dt> <dd>
-<p>This variable controls how the shell interacts with the user and job control. If this variable exists then single word simple commands without redirections are treated as candidates for resumption of an existing job. There is no ambiguity allowed; if there is more than one job beginning with the string typed, then the most recently accessed job will be selected. The name of a stopped job, in this context, is the command line used to start it. If this variable is set to the value ‘<samp>exact</samp>’, the string supplied must match the name of a stopped job exactly; if set to ‘<samp>substring</samp>’, the string supplied needs to match a substring of the name of a stopped job. The ‘<samp>substring</samp>’ value provides functionality analogous to the ‘<samp>%?</samp>’ job <small>ID</small> (see <a href="job-control-basics">Job Control Basics</a>). If set to any other value, the supplied string must be a prefix of a stopped job’s name; this provides functionality analogous to the ‘<samp>%</samp>’ job <small>ID</small>. </p> </dd> </dl> <div class="_attribution">
- <p class="_attribution-p">
- Copyright &copy; 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.<br>Licensed under the GNU Free Documentation License.<br>
- <a href="https://www.gnu.org/software/bash/manual/html_node/Job-Control-Variables.html" class="_attribution-link">https://www.gnu.org/software/bash/manual/html_node/Job-Control-Variables.html</a>
- </p>
-</div>