summaryrefslogtreecommitdiff
path: root/devdocs/bash/basic-shell-features.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/basic-shell-features.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/bash/basic-shell-features.html')
-rw-r--r--devdocs/bash/basic-shell-features.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/devdocs/bash/basic-shell-features.html b/devdocs/bash/basic-shell-features.html
deleted file mode 100644
index 034cea98..00000000
--- a/devdocs/bash/basic-shell-features.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<h1 class="chapter">Basic Shell Features</h1> <p>Bash is an acronym for ‘<samp>Bourne-Again SHell</samp>’. The Bourne shell is the traditional Unix shell originally written by Stephen Bourne. All of the Bourne shell builtin commands are available in Bash, The rules for evaluation and quoting are taken from the <small>POSIX</small> specification for the ‘standard’ Unix shell. </p> <p>This chapter briefly summarizes the shell’s ‘building blocks’: commands, control structures, shell functions, shell <i>parameters</i>, shell expansions, <i>redirections</i>, which are a way to direct input and output from and to named files, and how the shell executes commands. </p> <ul class="section-toc"> <li><a href="shell-syntax" accesskey="1">Shell Syntax</a></li> <li><a href="shell-commands" accesskey="2">Shell Commands</a></li> <li><a href="shell-functions" accesskey="3">Shell Functions</a></li> <li><a href="shell-parameters" accesskey="4">Shell Parameters</a></li> <li><a href="shell-expansions" accesskey="5">Shell Expansions</a></li> <li><a href="redirections" accesskey="6">Redirections</a></li> <li><a href="executing-commands" accesskey="7">Executing Commands</a></li> <li><a href="shell-scripts" accesskey="8">Shell Scripts</a></li> </ul><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/Basic-Shell-Features.html" class="_attribution-link">https://www.gnu.org/software/bash/manual/html_node/Basic-Shell-Features.html</a>
- </p>
-</div>