mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-13 07:00:49 +02:00
more error checking for hash builtin; fix for [[ builtin and some test syntax errors
This commit is contained in:
@@ -4105,6 +4105,11 @@ The @option{-l} option causes output to be displayed in a format
|
||||
that may be reused as input.
|
||||
If no arguments are given, or if only @option{-l} is supplied,
|
||||
information about remembered commands is printed.
|
||||
The @option{-t}, @option{-d}, and @option{-p} options (the options that
|
||||
act on the @var{name} arguments) are mutually exclusive.
|
||||
Only one will be active.
|
||||
If more than one is supplied, @option{-t} has higher priority than
|
||||
@option{-p}, and both are higher priority than @option{-d}.
|
||||
The return status is zero unless a @var{name} is not found or an invalid
|
||||
option is supplied.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user