The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




Thread: Order sorting
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 12-02-2005
Raom Raom is offline
Registered User
  
 

Join Date: Sep 2005
Location: india
Posts: 79
Try this
echo "01 B D A C" | fold -2 |sort -b|xargs echo

Last edited by Raom; 12-02-2005 at 06:53 AM..