0b4b9c8158
* directly after a $ * directly after ${ * between the characters of a multi-character operator token * within a parameter name
7 lines
60 B
Plaintext
7 lines
60 B
Plaintext
# $FreeBSD$
|
|
|
|
set -- a b c d e f g h i j
|
|
[ "${1\
|
|
0\
|
|
}" = j ]
|