Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2023-01-22 23:12:29
Size: 188
Comment:
Revision 4 as of 2023-01-22 23:21:31
Size: 313
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Bash Shell Options = = Bash Shell Option =
Line 6: Line 6:

----



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