Go to the first, previous, next, last section, table of contents.


Invocation

Invocation Options

If the -s flag is not present and an argument is given, the first argument is taken to be the pathname of a script to execute. The remaining arguments are assigned to the positional parameters. The following flags are interpreted by the shell when invoked:

-c string
Read commands from string.
-i
Force shell to be interactive.
-s
Read command from the standard input.


Go to the first, previous, next, last section, table of contents.