Size: 46
Comment:
|
Size: 146
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
* Invocation Options | #pragma section-numbers 1 <<TableOfContents>> |
Line 3: | Line 4: |
=== Invocation Options === ---- <<Include(/c, "-c", 4, from="^----$")>> |
Contents
1. Invocation Options
1.1. -c
-c [options] -- CommandString [ARG0 [ARG...]]
- commands are read from the first non-option argument (required)
$0 is set as the second non-option argument defaulting to "bash"
all remaining non-option arguments are assigned to the positional parameters starting at $1
[[ $- =~ c ]] will return true