On Wed, 4 Jan 2006 11:40:38 -0500
"fbsd_user" <[EMAIL PROTECTED]> wrote:

> What is command or command sequence to copy the contents of file B 
> to the end of the contents of file A?

i would try something like : 

cat A B >> C ; cp A A-backup ; rm A ; mv C A

-- 
grtjs, albi
gpg-key: lynx -dump http://scii.nl/~albi/gpg.asc | gpg --import
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to