Weblog, reloaded II
Saturday, May 27th, 2006Shell 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]