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.txt
Or,
Code:
expander.exe < rootkit_found.txt | sort -u > my.txt
You really should learn how to use your shell.