For example, just today. I have a huge 170GB .sql file that contains the mysqldump backup of a database. I needed to replace a string with another string inside the entire file, and guess what - there's a Linux program which you can invoke via the terminal.
sed 's|old|new|g' mysqlBackup.sql
Is that sweet or what?
I would like to know: what sites do you guru's recommend for Linux command documentation? Man pages are OK, but lack color and readability. I'd love something a bit more formatted. (inb4 man sed -pretty

New Topic/Question


MultiQuote











|