Weblog, reloaded II
May 27, 2006 | In GeneralShell 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]






