On Thu, Nov 19, 1998 at 01:21:29PM -0800, Sam Brooks wrote:
> Hi,
> 
> Question for the group.  I'm being given a list of email addresses,
> approx 7000 in all.  Need to get them into my members file.
> I'm told the addresses are 'comma separated'

One way is:

    cat oldfile | tr , '\012' | sed 's/^ *//' > newfile

-- 
Gerald Oskoboiny <[EMAIL PROTECTED]>
http://impressive.net/people/gerald/

Reply via email to