10 lines
196 B
Bash
10 lines
196 B
Bash
value=${sample}
|
|
nested=${some/nested/value}
|
|
mixed=${some/nested/value.username}
|
|
custom=${custom.field}
|
|
|
|
uname=${sample.username}
|
|
invalid=${double.dot.example}
|
|
|
|
#some comment
|
|
dashed=${some/dashed}
|