![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sorting Files by date and moving files in date order | rebel64 | Shell Programming and Scripting | 2 | 03-11-2008 12:45 PM |
| shell program for sorting strings in an alphabetical order | bp_vanarse | Shell Programming and Scripting | 1 | 10-25-2006 10:41 AM |
| Where to Order 5.1L Cds | slacker | AIX | 2 | 12-02-2005 06:53 AM |
| low-order seven bits | solea | UNIX for Advanced & Expert Users | 2 | 10-06-2004 02:18 AM |
| Sorting filenames by order in another file | samudimu | UNIX for Advanced & Expert Users | 4 | 05-24-2002 12:03 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Quote:
To get rid of the spaces then add: Code:
..... | sed 's/ //g' echo "01 B D A C" | fold -2 |sort -b|xargs echo | sed 's/ //g' GrahamB |
| Sponsored Links | ||
|
|