![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| using uniq and awk?? | amatuer_lee_3 | Shell Programming and Scripting | 13 | 05-17-2008 10:10 AM |
| Sort, Uniq, Duplicates | Amruta Pitkar | Shell Programming and Scripting | 5 | 05-16-2007 10:49 PM |
| Removing duplicates [sort , uniq] | sharatz83 | Shell Programming and Scripting | 4 | 07-14-2006 02:12 PM |
| sort and uniq in perl | reggiej | Shell Programming and Scripting | 4 | 05-18-2006 07:46 PM |
| Help with Last,uniq, sort and cut | jay1228 | UNIX for Dummies Questions & Answers | 1 | 02-15-2005 09:33 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
sort/uniq
I have a file:
Fred Fred Fred Jim Fred Jim Jim If sort is executed on the listed file, shouldn't the output be?: Fred Fred Fred Fred Jim Jim Jim Then if uniq is executed on the sorted file, shouldn't the output be: 4 Fred 3 Jim I can't get it to work. Any help on this would be appreciated. Thanks. |
| Forum Sponsor | ||
|
|