Date: Thu, 6 Feb 1997 14:25:46 -0700 (MST) From: Terry Lambert <terry@lambert.org> To: dufault@hda.com (Peter Dufault) Cc: danny@panda.hilink.com.au, freebsd-hackers@freebsd.org Subject: Re: Audible ping response changes to ping.c Message-ID: <199702062125.OAA17900@phaeton.artisoft.com> In-Reply-To: <199702061443.JAA00412@hda.hda.com> from "Peter Dufault" at Feb 6, 97 09:43:27 am
next in thread | previous in thread | raw e-mail | index | archive | help
> > The changes to ping.c below are essentially cosmetic, to add > > the ability to create an audible reponse to pings... > Since this isn't likely to become universal how about what I do: > > ping foo | sed 's/$//' I was thinking of a shell script called "aping": #!/bin/sh ping $* | while read x do echo "$x" done After all, this is what a tools OS is all about... Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702062125.OAA17900>