Ping command in UNIX

Whats the UNIX version of below command? Thanks

wait cmd.exe /C ping -n 15 127.0.0.1>NUL

I think it is just wait ping -c 15 127.0.0.1