grub-customiser found by synaptic
Saturday, August 31, 2013
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:
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
Subscribe to:
Comments (Atom)