mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-11 12:40:42 +02:00
commit bash-20140829 snapshot
This commit is contained in:
+7
-4
@@ -6092,10 +6092,13 @@ invocation which are not available with the @code{set} builtin.
|
||||
|
||||
@table @code
|
||||
@item -c
|
||||
Read and execute commands from the first non-option @var{argument}
|
||||
after processing the options, then exit.
|
||||
Any remaining arguments are assigned to the
|
||||
positional parameters, starting with @code{$0}.
|
||||
Read and execute commands from the first non-option argument
|
||||
@var{command_string}, then exit.
|
||||
If there are arguments after the @var{command_string},
|
||||
the first argument is assigned to @code{$0}
|
||||
and any remaining arguments are assigned to the positional parameters.
|
||||
The assignment to @code{$0} sets the name of the shell, which is used
|
||||
in warning and error messages.
|
||||
|
||||
@item -i
|
||||
Force the shell to run interactively. Interactive shells are
|
||||
|
||||
Reference in New Issue
Block a user