You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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
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
The text was updated successfully, but these errors were encountered: