When I checked netcat -h I found out that the -e and Version option is missing from my netcat. I use Ubuntu 15.10.
After searching from forums I found out a way to know the version installed and the candidate for it.
apt-cache policy netcat
I got the following output:
Installed: (none)
Candidate: 1.10-41
Version table:
1.10-41 0
500 http://archive.ubuntu.com/ubuntu/ wily/universe amd64 Packages
So I installed netcat and I got the candidate version. Now I'm confused about how to select the default netcat version and and -e option is nowhere to be seen.
What should be the solution for this?
Thanks.