tomnomnom / waybackurls

Fetch all the URLs that the Wayback Machine knows about for a domain
3.41k stars 455 forks source link

Output cannot be placed in a file #44

Open ImGyba opened 1 year ago

ImGyba commented 1 year ago

I want to run waybackurls for a list of domains and I need the output placed in a text file. I tried using these commands: cat list.txt | wayback >> results.txt cat list.txt | wayback > results.txt Unfortunately, it doesn't work and the help of the wayback command is written in the results.txt file instead of the expected output. It works ok if I run just: cat list.txt | wayback Once I try to push the output in a file it's not working anymore. Any idea on how to fix this? Thank you.