I am going through this code. I would like to know what is meant by
-le
in the following code segment.
if [ $stage -le 2 ]; then
In one of the questions it says that -le
stands for <=
of strings, but that is in Perl. Is it the same here as well?
Further, I would like to know if that $stage
variable automatically gets updated. It has been initialized to 0
at the beginning, but later, how does that get incremented?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…