I'm starting in shell script now, and often reading other people's programs, I see the use of [] associated with if . For example:
if [condition]; then
fi
I have also often seen use as follows:
if [[condition]]; then
fi...
asked on
30.08.2016 / 21:49