Dec 23, 2002 #1 9anth3r ISP Sep 3, 2002 7 US What's the bourne syntax for an "or" clause > (didnt know how else to say it). ex. if [ x=6 OR y=4 ]; then etc etc ? Any help would be greatfull
What's the bourne syntax for an "or" clause > (didnt know how else to say it). ex. if [ x=6 OR y=4 ]; then etc etc ? Any help would be greatfull
Dec 23, 2002 #3 AHinMaine ISP Nov 27, 2002 264 US I think you can also use || Code: [x = x || y = y] -- Andy http://www.nachoz.com Upvote 0 Downvote