Answers for "ping -n option"

17

ping in cmd

ping -n <number of echo request to send> -l <buffer size> <website url>
ping -n 10 -l 50 google.com
Posted by: Guest on September-15-2020
0

ping command output to null in linux

command > /dev/null
Posted by: Guest on October-31-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language