Some useful linux/unix commands:To search for all files of a specific type and search for a string in them: find . -name *.php -exec grep -i 'javascript.html.tpl' '{}' ; -printTo log all 404s on a site to a logfile: wget -r -o stdout http://some.site.comadvanced BASH scripting guideUseful SSH Info