-
Archives
- July 2010
- May 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- June 2009
- May 2009
- March 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- July 2008
- June 2008
- April 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- April 2007
- March 2007
- February 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
-
Meta
Monthly Archives: August 2007
Grep It
Find string in current & sub directories grep -n -r “getHead()” */* | more
Posted in Linux
Leave a comment
history — a bash command
In ubuntu, look at your home dir’s .bashrc file to control history GC May 10 2009 # don’t put duplicate lines in the history. See bash(1) for more options # export HISTCONTROL=ignoredups export HISTCONTROL=ignoreboth # History – ignore duplicates with … Continue reading
Posted in Linux
4 Comments
man uname
UNAME(1) User Commands UNAME(1) NAME uname – print system information SYNOPSIS uname [OPTION]… DESCRIPTION Print certain system information. With no OPTION, same as -s. -a, –all print all information, in the following order: -s, –kernel-name print the kernel name -n, … Continue reading
Posted in Linux
Comments Off