May 21, 2010 #1 grapes12 Technical User Joined Mar 2, 2010 Messages 124 Location ZA receiving this error when doing the following: Code: for P in $printer_list; do if [ "$P" -eq 0117bd1]; then echo "\n\t Adding printers $P !!!!" is something amiss
receiving this error when doing the following: Code: for P in $printer_list; do if [ "$P" -eq 0117bd1]; then echo "\n\t Adding printers $P !!!!" is something amiss
May 21, 2010 #2 p5wizard IS-IT--Management Joined Apr 18, 2005 Messages 3,165 Location BE [ and ] need whitespace around them... HTH, p5wizard Upvote 0 Downvote
May 21, 2010 #3 PHV MIS Joined Nov 8, 2002 Messages 53,708 Location FR man test Hope This Helps, PH. FAQ219-2884 FAQ181-2886 Upvote 0 Downvote