Search Results

Search: Posts Made By: lebogot
Forum: Linux 03-03-2011
11,976
Posted By lebogot
@joeyg, that sorts the contents of the file which...
@joeyg, that sorts the contents of the file which is "1, 2 and 3", and not the count amounts.
ATM@ubuntu:~$ cat numbers2 | sort -n | uniq -c
1
7 1
11 2
10 3
sort the 1st...
Forum: Linux 03-03-2011
11,976
Posted By lebogot
How to sort the number of occurrences
file:///C:/Users/TSHEPI%7E1.LEB/AppData/Local/Temp/moz-screenshot.pngATM@ubuntu:~$ cat numbers2 | sort -n | uniq -c
1
7 1
11 2
10 3
the 1st numbers are the counts from the...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 05:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy