how to find out dead links

Eugeneapolinary Ju eugeneapolinary81 at yahoo.com
Sat Nov 14 08:54:22 UTC 2009


wget -r -p -U Firefox "http://www.somesite.com/" 2>&1 | grep 404 > 404.txt


why come 404.txt is 0 Byte? how to put the STDOUT to a file with wget?


      




More information about the users mailing list