Pergunta

I wish to use "traceroute" command in my java application. Unfortunately in Windows It is called "tracert". Is there any other "funny" names that I may fell upon in different OS's?

Edit: I'm interested only in Linux, Windows and Mac distributions.

Foi útil?

Solução

Not that I know of, as long as you're only talking about Win/Mac/Linux (and other Unixen in general). VMS or some weird esoteric OS might be different, of course...

Outras dicas

Nope.

Mac : traceroute

Windows : tracert

Linux : traceroute

Here's just a few...

Linux   Windows
ls      dir
cp      copy
mv      move
rm      del
cat     type
pwd     chdir
diff    comp
shutdown    reboot
ipconfig    ifconfig
assign  ln
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top