| Results 1 - 10 for awk print sort head. (0.28 seconds) |
Tip: Save time by hitting the return key instead of clicking on "search"
![]() Custom Search |
Feb 10, 2009 ... wei:~ -> history | awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn| head 362 vi 263 cd 262 make 136 cvs 115 svn 105 ssh 78 ls 67 ... www.advogato.org/person/DV/ - |
dmesg | awk '/(READ|WRITE|dirtied)/ {activity[$2]++} END {for (x in activity) print x, activity[x]}'| sort -nr | head -n 10 ... blog.eikke.com/index.php/.../who_s_abusing_my_sata_controller - |
Apr 10, 2008 ... It seems everyone else is doing it... history | awk '{a++ } END{for(i in a){ print ai}}'|sort -rn|head 460 git 91 rug 88 cd 81 ls 34 xrandr ... linuxart.com/log/archives/2008/04/10/the-history-meme/ - |
I used history 1|awk '{print $2}'|awk 'BEGIN {FS="|"} {print $1}'|sort|uniq -c| sort -nr|head -10 (this is for zsh history; the fix is the -n flag to sort) ... blog.drinsama.de/erich/2006/Sep - |
history|awk '{a[$2]++ } END{for(i in a){print a[i] ” ” i}}'|sort -rn|head 91 cd 75 ls 49 svn 45 ssh 37 vim 37 make 13 ./test-notes ... blogs.gnome.org/thos/page/4/ - |
SCREEN_WIDTH=` echo $TMP2 | awk -F "x" ' {print $1}'` ... I'm formulating a plan in my head now to lower the font point size to 8 ... USB because we don't have worry about what sort of expansion slot a given laptop has. ... davelargo.blogspot.com/2008/05/asus-eee-pc-and-nx.html - |
11 svn-prepare-ChangeLog.pl 11 ./openmoko-messages 11 ./openmoko-dialer. Laptop: $ history|awk '{a[$2]++ } END{for(i in a){print a[i] ” ” i}}'|sort -rn|head ... blogs.gnome.org/thos/category/openmoko/ - |
paphio:~ -> history | awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort - rn|head 319 vi 257 ssh 255 cd 156 cvs 130 make 125 ls 79 svn 60 scp 48 su 43 ... www.advogato.org/person/DV/diary.html?start=228 - |
history | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head 130 vim 106 cd 74 ls 33 make 28 git 24 grep 19 sudo 18 rm 12 svn 11 touch ... blogs.gnome.org/lucasr/2008/04/ - |
Apr 15, 2008 ... (And that's off the top of my head - I'm sure there will be many more!) ... awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn ... www.0xdeadbeef.com/weblog/?m=20080415 - |
| |