Unix/Linux/*nix survival 101
Let me start with the obvious: I’m definitely not a unix guru by any means. I do however use it on a daily basis for basic build/development oriented tasks, so I know enough to get by. Since my friend just installed his first ever linux distribution (CentOS, Huzzah!), I thought I’d write something up on some common unix commands that help me get through the day.
grep [command flags] [search text] [filename]
grep (global | regular expression | print) is the file text search command. Give it a regular expression and it will print out…
[Read the rest]