Em Qua, 2006-01-11 às 09:19 -0200, Jorge Barros de Abreu escreveu: > Olá. > Existe algum software para verificar os links de uma página html para linux?? > Obrigado.
Se for com um funcionamento básico tem o wget. $ man wget --spider When invoked with this option, Wget will behave as a Web spider, which means that it will not download the pages, just check that they are there. For example, you can use Wget to check your bookmarks: $ wget --spider --force-html -i bookmarks.html -- GUS-BR - Grupo de Usuarios Slackware - BR http://www.slackwarebrasil.org/ http://www.linuxmag.com.br/mailman/listinfo/slack-users Archives: - http://www.mail-archive.com/[email protected]/ - http://news.gmane.org/gmane.org.user-groups.linux.brazil.slackware/

