stevenvachon / broken-link-checker

Find broken links, missing images, etc within your HTML.
MIT License
1.95k stars 302 forks source link

Cat domains.txt #225

Open AlishahMughal123 opened 3 years ago

AlishahMughal123 commented 3 years ago

Umm I`ve a suggestion why not to add list of domains option to check Broken Link . Like this cat domains.txt | blc

Thanks

rahimnathwani commented 3 years ago

Why not use bash for looping through the domains?

while read p; do
  blc "$p"
done <domains.txt
AlishahMughal123 commented 3 years ago

It`s not working at all man