Date: Wed, 15 Jul 1998 08:08:03 -0400 (EDT) From: Troy Settle <rewt@i-Plus.net> To: "(ML) FreeBSD ISP" <freebsd-isp@FreeBSD.ORG> Subject: Re: How can I send E-Mail to all the users on a particular server of an ISP/Acces Provider Message-ID: <Pine.BSF.3.96.980715080540.21347B-100000@Radford.i-Plus.net> In-Reply-To: <Pine.HPP.3.96.980714100608.14150B-100000@hp9000.chc-chimes.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 14 Jul 1998, Bill Fumerola wrote: > On Mon, 13 Jul 1998, Troy Settle wrote: > > > 3. for x in * ; do cat ~/mail.txt |mail $j ; done > > Where are you getting $j from? :> > > for x in * ; do cat ~/mail.txt |mail $x ; done Oops... typo. Glad you caught it. You'd be surpised to find out how many people out there don't understand the concept of variables, and would never have figured that one out :) -- Troy Settle <st@i-Plus.net> Network Administrator, iPlus Internet Services http://www.i-Plus.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980715080540.21347B-100000>