[Suggestion] Output to text file
CHJ85 opened this issue · 3 comments
CHJ85 commented
Hi there. It'd be great if your script had a flag (i.e -o) allowing me to output the results to a text file.
Textfile example:
404 - goooogle.com
200 - google.com
200 - amazon.com
404 - kgfnsekgj.ca
Is this doable, or would it require a lot of work?
colearendt commented
Agree - this would particularly be useful for internal links too, so that it can be verified that no omissions are introduced by changes over time (i.e. rearchitecting the site, etc.)
nicolasleroy commented
Bumping this one. I would only be interested, because of the long output the script currently produces.
filiph commented
I use the usual unix piping for this:
linkcheck :8000 > output.txt
Does this work for you?