![]() |
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 |
| How to sort alphabetically after finding values | doubleminus | UNIX for Dummies Questions & Answers | 4 | 04-28-2008 06:45 AM |
| Sort a file line by line alphabetically | H2OBoodle | Shell Programming and Scripting | 11 | 02-11-2008 07:27 AM |
| sort csv file | mozart | Shell Programming and Scripting | 6 | 02-11-2008 03:49 AM |
| how to sort the file in specified folder | maximas | Shell Programming and Scripting | 0 | 10-07-2007 04:16 AM |
| how to sort a file | tao | UNIX for Dummies Questions & Answers | 2 | 03-24-2002 11:34 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hi all.
I have 2 files like this: f1 A 10 B 80 C 9 f2 A 11 B 700 C 10 What I want is the concatenation of the two files sorted by name (alphabetically) and size (numerically), so the result should be like this: F3 (cat f1 f2 sorted) A 10 A 11 B 80 B 700 C 9 C 10 but the result I get when I do sort f1 f2 is: A 10 A 11 B 700 B 80 C 10 C 9 Thanks for your help. |
|
||||
|
Thanks a lot, it worked!!
|
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|