Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filter-resolved: order not found #8

Open
vellangelus00 opened this issue Oct 1, 2019 · 1 comment
Open

filter-resolved: order not found #8

vellangelus00 opened this issue Oct 1, 2019 · 1 comment

Comments

@vellangelus00
Copy link

Hi! I downloaded the tool with go and then build the main file on filter-resolved, but when I try to execute the command "cat domains.txt | filter-resolved > resolved.txt" this message appears to me
bash: filter-resolved: order not found

@ohanf
Copy link
Contributor

ohanf commented Oct 30, 2019

@vellangelus00
It is a little hard to tell what problem you are having with the details you gave, but I am guessing that from the "bash:" at the start of your error the shell had trouble finding the executable. If you are trying to run the program that you have compiled yourself, you may need to reference with a relative path, ./filter-resolved

this worked for me:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants