Size: 104
Comment:
|
Size: 767
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## page was renamed from bash/invocation/modes | <<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 4: | Line 15: |
* [[../|Invocation]] | * [[bash/invocation|Invocation]] |
Contents
Invocation Modes
Mode |
Bash |
POSIX Shell |
-bash [options] |
-sh |
|
sh -l |
||
sh --login |
||
bash -c 'command' [options] |
sh [options] -c 'command' |
- Bash invocation modes.