Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2023-01-22 23:12:29
Size: 188
Comment:
Revision 5 as of 2023-01-25 19:43:14
Size: 356
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Bash Shell Options = ## page was renamed from Bash/ShellOption
= Bash Shell Option =
Line 6: Line 7:

----



== Compatibility Mode ==

`compat31`
`compat32`
`compat40`
`compat41`
`compat42`
`compat43`
`compat44`

Bash Shell Option

These options are set with the shopt builtin.


Compatibility Mode

compat31 compat32 compat40 compat41 compat42 compat43 compat44


Extended Debugging Mode

extdebug


CategoryRicottone

Bash/ShellOptions (last edited 2023-04-03 03:07:16 by DominicRicottone)