D
Deleted member 127267
Guest
I am new to Linux. I have read that the terminal command "ping" repeats continouosly unless you specify "-c"(count) option. I add "-i" option to command to give an interval between successive pings. However, below code stops after two pings :
ping -i 500 x.x.x.x >> somefile
Why?
ping -i 500 x.x.x.x >> somefile
Why?
Last edited by a moderator: