[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Append old mail to new?
- Subject: Re: [cobalt-users] Append old mail to new?
- From: "Carrie Bartkowiak" <ravencarrie@xxxxxxxx>
- Date: Thu May 24 15:05:11 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
For anyone looking in the archives, I found the answer.
This can be done.
# cat old.file >> new.file
This will append the contents of old.file onto the end of new.file.
Ta-da!
Gotta love Google. ;)
CarrieB