From owner-freebsd-hackers Thu Feb 6 13:30:34 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA06813 for hackers-outgoing; Thu, 6 Feb 1997 13:30:34 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id NAA06780 for ; Thu, 6 Feb 1997 13:30:18 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id OAA17900; Thu, 6 Feb 1997 14:25:46 -0700 From: Terry Lambert Message-Id: <199702062125.OAA17900@phaeton.artisoft.com> Subject: Re: Audible ping response changes to ping.c To: dufault@hda.com (Peter Dufault) Date: Thu, 6 Feb 1997 14:25:46 -0700 (MST) Cc: danny@panda.hilink.com.au, freebsd-hackers@freebsd.org In-Reply-To: <199702061443.JAA00412@hda.hda.com> from "Peter Dufault" at Feb 6, 97 09:43:27 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > 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.