broken-link-checker icon indicating copy to clipboard operation
broken-link-checker copied to clipboard

Cat domains.txt

Open AlishahMughal123 opened this issue 3 years ago • 2 comments

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

Thanks

AlishahMughal123 avatar Jun 20 '21 17:06 AlishahMughal123

Why not use bash for looping through the domains?

while read p; do
  blc "$p"
done <domains.txt

rahimnathwani avatar Jul 13 '21 19:07 rahimnathwani

It`s not working at all man

AlishahMughal123 avatar Jul 18 '21 12:07 AlishahMughal123