Differences between revisions 3 and 13 (spanning 10 versions)
Revision 3 as of 2023-01-13 05:49:43
Size: 610
Comment:
Revision 13 as of 2023-01-25 20:07:32
Size: 907
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/FileDescriptor|File Descriptors]]
 * [[Bash/Function|Functions]]
 * [[Bash/Logic|Logic]]
 * [[Bash/Looping|Looping]]
 * [[Bash/Pipeline|Pipelines]]
 * [[Bash/Select|Select]]
 * [[Bash/ShellOptions|Shell Options]]
Line 20: Line 27:
 * [[Bash/Test|Tests]]
Line 29: Line 37:
[[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)