I 've install w3c checklink utility to check my website for broken links. but i am really confused with its parameters. I just want to get number of broken link of my site.but i don't know how to run this utility.
would you help me?
Edited: I tried these commands:
$ checklink -s -b -D 2 http://mysite.com >site-report
$ checklink -b -D 2 http://mysite.com >site-report
but a long report is created and store in site-report file. i just want the number of broken links not what they are.