mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
shopt: add more information link (#7373)
This commit is contained in:
parent
90271cb5df
commit
2044ad9bf2
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
> Manage Bash shell options: variables (stored in `$BASHOPTS`) that control behavior specific to the Bash shell.
|
||||
> Generic POSIX shell variables (stored in `$SHELLOPTS`) are managed with the `set` command instead.
|
||||
> More information: <https://www.gnu.org/software/bash/manual/html_node/The-Shopt-Builtin.html>.
|
||||
|
||||
- List of all settable options and whether they are set:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue