Differences between revisions 3 and 6 (spanning 3 versions)
Revision 3 as of 2017-10-19 22:18:32
Size: 50
Comment:
Revision 6 as of 2017-10-20 01:10:55
Size: 767
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
<<TableOfContents>>

=== Invocation Modes ===
----
||<tablewidth="95%" tablestyle="text-align:center"20% #cccccc style="text-align:right">Mode ||<40% #cccccc style="text-align:left;text-align:left">Bash ||<40% #cccccc style="text-align:left">POSIX Shell ||
||<)|3>[[/LoginShell|LoginShell]] ||<(40% style="text-align:left">`-bash` `[`[[../option|options]]`]` ||<(>`-sh` ||
||<(>`bash` [[../option/l|-l]] `[`[[../option|options]]`]` ||<(> `sh -l` ||
||<(>`bash` [[../option/login|--login]] `[`[[../option|options]]`]` ||<(> `sh --login` ||
||<)>[[/CommandString|CommandString]] ||<(>`bash` [[../option/c|-c 'command']] `[`[[../option|options]]`]` ||<(>`sh [options] -c 'command'` ||



----
Line 2: Line 15:
 * [[../|Invocation]]  * [[bash/invocation|Invocation]]

Invocation Modes


Mode

Bash

POSIX Shell

LoginShell

-bash [options]

-sh

bash -l [options]

sh -l

bash --login [options]

sh --login

CommandString

bash -c 'command' [options]

sh [options] -c 'command'


bash/invocation/mode (last edited 2017-10-20 16:46:01 by Robert Robertson)