From 2044ad9bf2a9d67d69343c9272f9718043ffe3c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sarah=20Ha=C3=AFm-Lubczanski?= <205895+mere-teresa@users.noreply.github.com> Date: Tue, 2 Nov 2021 17:38:44 +0100 Subject: [PATCH] shopt: add more information link (#7373) --- pages/common/shopt.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/common/shopt.md b/pages/common/shopt.md index 5e1d13599f..e1beec308a 100644 --- a/pages/common/shopt.md +++ b/pages/common/shopt.md @@ -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: . - List of all settable options and whether they are set: