Weblog, reloaded II General May 27, 2006 Comments Off
Shell access: you can’t beat it. It’s the webmaster’s Swiss army knife. Here’s some great little migration commands I use:
cp -r /home/
cp -r /home/
find . -exec grep "your string here" '{}' \; -print; [Find a string in files]