Differences between revisions 1 and 15 (spanning 14 versions)
Revision 1 as of 2023-01-09 05:18:02
Size: 471
Comment:
Revision 15 as of 2023-01-27 19:40:48
Size: 969
Comment:
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
 * [[Bash/BuiltinCommand|Built-in Commands]]
 * [[Bash/ConditionalExpression|Conditional Expressions]]
 * [[Bash/BuiltinCommands|Built-in Commands]]
 * [[Bash/Completion|Completion]]
Line 19: Line 19:
 * [[Bash/ShellVariables|ShellVariables]]  * [[Bash/FileDescriptor|File Descriptors]]
 * [[Bash/Function|Functions]]
 * [[Bash/Logic|Logic]]
 * [[Bash/Looping|Looping]]
 * [[Bash/Pipeline|Pipelines]]
 * [[Bash/Quoting|Quoting]]
 * [[Bash/Select|Select]]
 * [[Bash/ShellOptions|Shell Options]]
 * [[Bash/ShellVariables|Shell Variables]]
 * [[Bash/Test|Tests]]
 * [[Bash/Variables|Variables]]

----



== See also ==

[[https://www.gnu.org/software/bash/manual/bash.html|Bash Reference Manual]], the GNU reference document

[[https://mywiki.wooledge.org/BashFAQ|BashFAQ]] on Greg's Wiki

Bash

bash(1) (Bourne-Again Shell) is a sh(1)-compatible shell with greatly expanded syntax.


Language


See also

Bash Reference Manual, the GNU reference document

BashFAQ on Greg's Wiki


CategoryRicottone

Bash (last edited 2023-04-06 16:02:28 by DominicRicottone)