Saturday, August 24, 2013

grep utilities

how to omit some text in your search

http://droptips.com/using-grep-to-exclude-lines-containing-certain-characterstext

how to search recursively in a directory:

grep -r --include "*.txt" texthere .
 
http://stackoverflow.com/questions/1987926/how-do-i-grep-recursively 

Tuesday, August 20, 2013

multiple gcc on ubuntu:

http://stackoverflow.com/questions/7832892/how-to-change-the-default-gcc-compiler-in-ubuntu

Saturday, August 17, 2013

hwo to get wget to work through a proxy

http://linuxers.org/tutorial/wget-proxy-how-run-wget-behind-proxy-server