The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 08-01-2008
big123456 big123456 is offline
Registered User
  
 

Join Date: May 2005
Posts: 200
Thank you. Yes primarily it was that , I mean

Code:
[ ${Nbr_BD_Link} != "0" ]

Instead of

Code:
[ "${Nbr_BD_Link}" != "0" ]

But now I can see that Nbr_BD_Link has not a numeric value , it is
Nbr_BD_Link=SQL>SQL

Any idea ?
Thank for help.