summaryrefslogtreecommitdiff
path: root/devdocs/bash/basic-shell-features.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
committerCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
commit754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch)
treef1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/bash/basic-shell-features.html
new repository
Diffstat (limited to 'devdocs/bash/basic-shell-features.html')
-rw-r--r--devdocs/bash/basic-shell-features.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/devdocs/bash/basic-shell-features.html b/devdocs/bash/basic-shell-features.html
new file mode 100644
index 00000000..034cea98
--- /dev/null
+++ b/devdocs/bash/basic-shell-features.html
@@ -0,0 +1,6 @@
+<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>