[LBo] Ten commandments
Chris F.A. Johnson
cfajohnson at teksavvy.com
Tue Jan 30 21:46:19 CET 2007
On Tue, 30 Jan 2007, Billy Pollifrone wrote:
> Wouldn't be a developer machine without make, configure & vi. :-)
Of those three, only make is (almost) necessary. Any editor can
(and should) be used instead of vi, and ./configure is part of
source packages, not the system.
> waylandbill at laptop:~$ history | awk '{print $2}' | sort | uniq -c | sort
> -rg | head -n 10
> 139 cd
> 96 ls
> 59 vi
> 42 make
> 27 sudo
> 20 ./configure
> 13 grep
> 13 exit
> 11 ps
> 10 cp
--
Chris F.A. Johnson <http://cfaj.freeshell.org>
===================================================================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
More information about the QnA
mailing list