The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > News, Links, Events and Announcements
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 07-14-2005
Perderabo's Avatar
Perderabo Perderabo is offline
Unix Daemon
 

Join Date: Aug 2001
Location: Washington DC Area
Posts: 8,430
It's ok, I guess, but I'll move it to the links section. What system did you test on? Only a very few shells will allow like:
if [ this == that ]
most shells that support the bourne syntax do allow:
if [ this = that ]
Reply With Quote