This is a discussion on ksh scripting question - Unix ; Hi, ******** Sorry if you see it twice, my internet is off/on, so I don't know if the 1st post is good or not ****** I'm looking at a internal script & see this below if statement but I don't ...
Hi,
******** Sorry if you see it twice, my internet is off/on, so I don't
know if the 1st post is good or not ******
I'm looking at a internal script & see this below if statement but I
don't understand it. Could someone please explain what it means if
you don't mind?
#!/bin/ksh
row=0
if [ $row > 0 ]
then
: # note I don't understand what " : " notation
actually does & means
else
........
fi
TIA,
-Chris