I need to ping a couple of hosts and save the results to a file.
so I figured out:

ping -c3 domain.com > file.txt


Now, how can I ping another host, and append the result to the same file?


-- Aaron Lynch


<insert Witty Signature Here>


Reply via email to