[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Append old mail to new?



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