RE: [Eug-lug] Share your history

2008-04-15 Thread Jason LaPier
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Rob Hudson > Sent: Friday, April 11, 2008 9:33 AM > To: Eugene Unix and Gnu/Linux User Group > Subject: [Eug-lug] Share your history > > Sort of a meme going around on some blogs right now... That's s

Re: [Eug-lug] Share your history

2008-04-12 Thread Bob Miller
Hal Pomeranz wrote: > > Sort of a meme going around on some blogs right now... > > $ history | awk '{print $2}' | sort | uniq -c | sort -rn | head > > But of course this assumes that you're doing all of your work in > a single window. I typically have multiple windows open and tend to > do the s

Re: [Eug-lug] Share your history

2008-04-11 Thread Mr O
115 sudo 45 exit 43 ls 41 cd 24 ssh 22 ps 18 rm 17 dmesg 17 apt-cache 14 perl --- Rob Hudson <[EMAIL PROTECTED]> wrote: > Sort of a meme going around on some blogs right now... > > $ history | awk '{print $2}' | sort | uniq -c | sort -rn | > hea

Re: [Eug-lug] Share your history

2008-04-11 Thread Ben Barrett
Wow, either you have a really smart shell interpreter, or you renamed your mail file "history" :)) ~ben On Fri, Apr 11, 2008 at 1:51 PM, Matt Jarvis <[EMAIL PROTECTED]> wrote: > Rob Hudson wrote: > > > Sort of a meme going around on some blogs right now... > > > > $ history | awk '{print $2}' |

Re: [Eug-lug] Share your history

2008-04-11 Thread Matt Jarvis
Rob Hudson wrote: Sort of a meme going around on some blogs right now... $ history | awk '{print $2}' | sort | uniq -c | sort -rn | head 147 svn 91 cd 71 ls 37 vim 31 less 26 git 17 ssh 16 ./manage.py 12 sudo 9 cat [EMAIL PROTECTED] log]# history | awk '{print $2}' | sort

Re: [Eug-lug] Share your history

2008-04-11 Thread larry price
57 ssh 45 cd 41 ls 40 host 21 man 21 emacs 18 mtr 17 scp 15 whois 14 mazama this is from my workstation, where I do a lot of domain management and network admin stuff. 53 do_cc 50 ls 48 cd 43 . 40 monit.sh 38 ssh 32 visit 21 less

Re: [Eug-lug] Share your history

2008-04-11 Thread Justin Bengtson
root:/# history | awk '{print $2}' | sort | uniq -c | sort -rn | head 104 cd 65 make 46 tar 46 ls 45 paco 36 ./configure 27 patch 23 ln 20 mv 16 sed root:/# Hey Larry, you still around? I wanted to stop by one of the meetings and say hi once my bi

Re: [Eug-lug] Share your history

2008-04-11 Thread Jimmy Hendrix
88 ls 58 python 43 cd 39 ./test.py 37 sudo 37 gedit 24 ./main.py 24 ./cryptest 13 rm 13 ps Should I be embaressed that it says 37 gedit instead of vim? And Rob, 16 ./manage.py, do you happen to be working with the django framework at all? On Fri

Re: [Eug-lug] Share your history

2008-04-11 Thread Alan
On Fri, April 11, 2008 10:28 am, Rob Hudson wrote: > On 4/11/08, Hal Pomeranz <[EMAIL PROTECTED]> wrote: >> But of course this assumes that you're doing all of your work in >> a single window. I typically have multiple windows open and tend to >> do the same tasks over and over again in each win

Re: [Eug-lug] Share your history

2008-04-11 Thread Dave Compton
[EMAIL PROTECTED]:~$ history | awk '{print $2}' | sort | uniq -c | sort -rn | head 77 cd 75 ls 12 rm 11 time 11 find 10 bzr 7 history 6 ssh 6 ./tools/jam/src/bin.ntx86/bjam.exe 4 pwd [EMAIL PROTECTED]:~$ Shame on me :)

Re: [Eug-lug] Share your history

2008-04-11 Thread Rob Hudson
On 4/11/08, Hal Pomeranz <[EMAIL PROTECTED]> wrote: > But of course this assumes that you're doing all of your work in > a single window. I typically have multiple windows open and tend to > do the same tasks over and over again in each window (one for editing, > one for compiling, one for inte

Re: [Eug-lug] Share your history

2008-04-11 Thread Mark Turner
65 sudo 49 ls 49 git 38 cd 16 su 11 vim 8 exit 6 which 6 clear 5 gem ___ EUGLUG mailing list euglug@euglug.org http://www.euglug.org/mailman/listinfo/euglug

Re: [Eug-lug] Share your history

2008-04-11 Thread Hal Pomeranz
> Sort of a meme going around on some blogs right now... > $ history | awk '{print $2}' | sort | uniq -c | sort -rn | head But of course this assumes that you're doing all of your work in a single window. I typically have multiple windows open and tend to do the same tasks over and over again in