in reply to Back-ticks and bash
G'day Wiggins,
"I searched for the program '[[', but none was found."
It's part of the shell syntax (see the bash manpage). It's used in conjunction with ']]'. Both are reserved words. Searching in the manpage finds, among others:
RESERVED WORDS ... The following words are recognized as reserved ... [[ + ]]
and, later
SHELL GRAMMAR ... [[ expression ]] ... the evaluation of the conditional expression expr +ession. ... ...
— Ken
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Back-ticks and bash
by Wiggins (Hermit) on Oct 09, 2016 at 13:29 UTC | |
by choroba (Cardinal) on Oct 09, 2016 at 20:10 UTC |