Differences between revisions 2 and 3
Revision 2 as of 2023-01-22 23:20:28
Size: 232
Comment:
Revision 3 as of 2023-01-22 23:21:25
Size: 313
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Bash/ShellOptions
= Bash Shell Options =
= Bash Shell Option =
Line 7: Line 6:

----



== Compatibiltiy Mode ==

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

Bash Shell Option

These options are set with the shopt builtin.


Compatibiltiy 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)