can any1 tell me what -a in unix means.plz see the following code

Posted by randeepsp on Stack Overflow See other posts from Stack Overflow or by randeepsp
Published on 2010-04-15T11:16:35Z Indexed on 2010/04/15 11:23 UTC
Read the original article Hit count: 116

Filed under:

can any1 tell me what -a in unix means.plz see the following code:

if [ "$x" = "$x" -a "y" -eq 0 ] ; then echo $x else echo $y

© Stack Overflow or respective owner

Related posts about unix