mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
substring expansion
@@ -42,6 +42,10 @@ eval_gettext 'foo $barout baz' # See GNU Gettext doc for more info.
|
|||||||
|
|
||||||
Or you can change them to normal double quotes so you go without `gettext`.
|
Or you can change them to normal double quotes so you go without `gettext`.
|
||||||
|
|
||||||
|
### `${var:1}` (substring expansion)
|
||||||
|
|
||||||
|
https://wiki.ubuntu.com/DashAsBinSh#A.24.7Bfoo:3.5B:1.5D.7D
|
||||||
|
|
||||||
### Arithmetic `for` loops
|
### Arithmetic `for` loops
|
||||||
|
|
||||||
Bash:
|
Bash:
|
||||||
|
Reference in New Issue
Block a user