It tells you right there in the usage:
So in your case,
Or,
You really should learn how to use your shell.
Quote:usage: expander.exe < infile > outfile
So in your case,
Code:
expander.exe < rootkit_found.txt > my.txtOr,
Code:
expander.exe < rootkit_found.txt | sort -u > my.txtYou really should learn how to use your shell.
