The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 09-20-2007
porter porter is offline
Registered User
 

Join Date: Jan 2007
Posts: 2,965
The convention is that a number that has no leading sign is positive.

Hence if the string has a leading + then it is redundent, I suggest you strip it off with sed or something.
Reply With Quote