Install netcat
I'm trying to use netcat but according to install-pkg netcat; netcat --version
the installed version is bash: netcat: command not found
funny ikr
How can I use netcat on replit
Voters
I'm trying to use netcat but according to install-pkg netcat; netcat --version
the installed version is bash: netcat: command not found
funny ikr
How can I use netcat on replit
The bash command for netcat is
npm install --save netcat-repl
and to update netcat the command isnpm install -g npm