![]() |
|
|
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 |
| Combining information from a comma delimited file | vzismann | UNIX for Dummies Questions & Answers | 1 | 08-06-2007 07:20 PM |
| Parsing comma delimited text file | chengwei | Shell Programming and Scripting | 5 | 02-23-2007 05:38 AM |
| Loading a comma Delimited file into an Array | grandtheftander | UNIX for Dummies Questions & Answers | 2 | 07-26-2006 02:19 PM |
| Converting Tab delimited file to Comma delimited file in Unix | charan81 | Shell Programming and Scripting | 22 | 01-20-2006 09:24 AM |
| Comma Delimited file | dbrundrett | Shell Programming and Scripting | 2 | 04-05-2004 11:50 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Sort the fields in a comma delimited file
Hi,
I have a comma delimited file. I want to sort the fields alphabetically and again store them in a comma delimited file. For example, My file looks like this. abc,aaa,xyz,xxx,def pqr,ggg,eee,iii,qqq zyx,lmo,pqr,abc,fff and I want my output to look like this, all fields sorted alphabetically. aaa,abc,def,xxx,xyz eee,ggg,iii,pqr,qqq abc,fff,lmo,pqr,zyx Thanks |
| Bookmarks |
| Tags |
| comma, delimited file, fields, sort |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|