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 UNIX 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: 78
Try this
echo "01 B D A C" | fold -2 |sort -b|xargs echo

Last edited by Raom; 12-02-2005 at 02:53 AM.
Reply With Quote