The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 09-25-2007
rakeshou rakeshou is offline
Registered User
  
 

Join Date: May 2007
Posts: 75
alphanumeric comparision

I have a requirement where I need to check if

Quote:
r1v07l08ab < r1v07l09ak

r1v07l09ab < r1v07l09ac

r1v07l09ab < r1v07l09if
where r1v07l09ab is a software release.

I should always check for this to be true to continue the release deployment because an older release should not be deployed by mistake. I mean only the release greater than the current release should be deployed on the server.

please help.

Thanks in advance.

Thanks,