The UNIX and Linux Forums  


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




Thread: Problom Sorting
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 01-27-2009
sudheer157 sudheer157 is offline
Registered User
  
 

Join Date: Dec 2006
Posts: 5
Problom Sorting

hi all,

i have the test data file which is . seperated as below and i need sort it
EX data:
5.4.11.3
5.4.2.2


after sort result should look like
5.4.2.2
5.4.11.3

thanks in advance.