My shell can't find ping.
$ ping
-bash: ping: command not found
$ uname -r
14.5.0
$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/Users/alex/.cabal/bin
$ which ping
$
However, man ping works and displays the manual page for ping.
Is it named something different on OSX? Or is there an alternative I should use?