Skip to content

Output cannot be placed in a file #44

@ImGyba

Description

@ImGyba

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions