| sort file | sort filein > fileout |
| sort file and remove duplicates | sort filein > fileout | uniq |
| sort file and view duplicates | sort filein > fileout | uniq -d |
| sort file numerically | sort -n filein > fileout |
| sort multiple files together | sort filein1 filein2 > fileout |
Showing posts with label sort. Show all posts
Showing posts with label sort. Show all posts
Wednesday, March 30, 2011
Sort
Subscribe to:
Posts (Atom)