broken-link-checker
broken-link-checker copied to clipboard
Cat domains.txt
Umm I`ve a suggestion why not to add list of domains option to check Broken Link . Like this cat domains.txt | blc
Thanks
Why not use bash for looping through the domains?
while read p; do
blc "$p"
done <domains.txt
It`s not working at all man