On Thu, Jul 8, 2010 at 10:58 AM, Rich Shepard <[email protected]> wrote: >> for x in $(cat list);do cat msg2 | mailx -s "Test Message" $x;done > > Seems to have worked ... because it has worked.
Where's Randal when you need him for calling out a UUOC? While we're prettifying, how about: for x in $(cat list); do mailx -s "Test Message" $x < msg2; done -- Dan Young _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
