|
From: <udo...@al...> - 2015-11-21 19:53:12
|
Hi Heiko, I don't prefer an symlink, because the output is different - if someone use netstat inside an script, the different output will perhaps "kill" the script. Not the clean way... What's about an simple message? cat /bin/netstat #!/bin/bash echo "no netstat anymore - please use ss instead" Udo Am 2015-11-21 14:20, schrieb Heiko Zuerker: > Udo, > > Should we create a symlink? Not creating one would force us all > getting used to the new commands. > > Heiko > > Quoting udo...@al...: > >> Hi Heiko, >> instead of netstat "ss" do the job... >> >> Thanks >> >> Udo >> |