Top stories for cmd

Buzz | Video | Top stories | My News


added 2006 Fri Nov 17 23:56:27 by unknown user
No description for this story
added 2006 Sat Nov 11 2:30:32 by boldhaus
No description for this story
added 2006 Sat Sep 23 7:00:00 by ruadrift
IBM author Michael Stutz lists several ways UNIX users can benchmark and increase their productivity at the command line. One is to use the built in history tool to review what programs you use the most, using this command: history|awk '{print $2}'|awk 'BEGIN {FS="|"} {print $1}'|sort|uniq -c|sort -r