The Artima Developer Community
Sponsored Link

PHP Buzz Forum
My Top Ten UNIX Commands: Part Two

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Joe Grossberg

Posts: 244
Nickname: jgrossberg
Registered: Mar, 2003

Joe Grossberg loves Python, PHP and Programming
My Top Ten UNIX Commands: Part Two Posted: Apr 23, 2008 9:26 AM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Joe Grossberg.
Original Post: My Top Ten UNIX Commands: Part Two
Feed Title: Joe Grossberg
Feed URL: http://feeds.feedburner.com/joegrossbergatom/
Feed Description: My bullshit, your brain.
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Joe Grossberg
Latest Posts From Joe Grossberg

Advertisement

$ history 1000 | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head (via Fallen Rogue)

233 cd (and aliases that do a cd)
154 emacs
125 svn
83 grep
72 sdiff (alias to svn diff w/ coloring)
67 sst (alias to svn st w/ coloring)
58 ll (alias to ls -l)
29 rake
20 ssh
13 ./start.sh (for starting mongrel, to work on Rails apps locally)

Here's my most frequent UNIX commands in September 2006.

Read: My Top Ten UNIX Commands: Part Two

Topic: My Top Ten UNIX Commands: Part Two Previous Topic   Next Topic Topic: Ticket #34 on Pidgin’s Trac Record

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use