
shopt
List of commands for shopt:
-
shopt:tldr:7a678 shopt: Show help for the command.$ help shopttry on your machineexplain this command
-
shopt:tldr:a4285 shopt: Set an option.$ shopt -s ${option_name}try on your machineexplain this command
-
shopt:tldr:beae9 shopt: Print a list of all options and their status formatted as runnable `shopt` commands.$ shopt -ptry on your machineexplain this command
-
shopt:tldr:c866b shopt: Unset an option.$ shopt -u ${option_name}try on your machineexplain this command
-
shopt:tldr:f0639 shopt: List of all settable options and whether they are set.$ shopttry on your machineexplain this command