Differences between revisions 2 and 5 (spanning 3 versions)
Revision 2 as of 2023-01-22 23:20:28
Size: 232
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:
## page was renamed from Bash/ShellOptions
= Bash Shell Options =
## page was renamed from Bash/ShellOption
= Bash Shell Option =
Line 7: 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)