mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 18:22:25 +02:00
commit bash-20180202 snapshot
This commit is contained in:
+6
-1
@@ -3605,7 +3605,7 @@ The @option{-d} option causes the shell to forget the remembered location
|
||||
of each @var{name}.
|
||||
If the @option{-t} option is supplied, the full pathname to which each
|
||||
@var{name} corresponds is printed. If multiple @var{name} arguments are
|
||||
supplied with @option{-t} the @var{name} is printed before the hashed
|
||||
supplied with @option{-t}, the @var{name} is printed before the hashed
|
||||
full pathname.
|
||||
The @option{-l} option causes output to be displayed in a format
|
||||
that may be reused as input.
|
||||
@@ -5097,6 +5097,11 @@ option.
|
||||
The list of @code{shopt} options is:
|
||||
@table @code
|
||||
|
||||
@item assoc_expand_once
|
||||
If set, the shell suppresses multiple evaluation of associative array
|
||||
subscripts during arithmetic expression evaluation and while executing
|
||||
builtins that can perform variable assignments.
|
||||
|
||||
@item autocd
|
||||
If set, a command name that is the name of a directory is executed as if
|
||||
it were the argument to the @code{cd} command.
|
||||
|
||||
Reference in New Issue
Block a user