Recent content by DanielQuevedo

  1. D

    How to send my ping.sh to a .txt file?

    Great. Thanks man!
  2. D

    How to send my ping.sh to a .txt file?

    Thanks for the help man! It's working now.
  3. D

    How to send my ping.sh to a .txt file?

    Thanks for the reply man. My ping.txt contains the ping of ~5 min of the ping itself. i'd like a ping.txt that holds a continuous ping all day long.
  4. D

    How to send my ping.sh to a .txt file?

    Hello guys. I'm having trouble with a ping command here. I wanna create a bash script that do an no-stopping ping in a network and save the result in a .txt file. Here's my code: ping hostname | while read pong; do echo "$(date): $pong"; >>ping;txt; done My ping.txt is empty. Can you help me...
Top