From owner-freebsd-questions@FreeBSD.ORG Wed Jan 4 17:11:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8146216A41F for ; Wed, 4 Jan 2006 17:11:54 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0531E43D5A for ; Wed, 4 Jan 2006 17:11:53 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([69.172.31.117]) by mta10.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20060104171152.MHBL22124.mta10.adelphia.net@barbish>; Wed, 4 Jan 2006 12:11:52 -0500 From: "fbsd_user" To: "Doug Poland" , , Date: Wed, 4 Jan 2006 12:11:51 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <57080.209.103.215.99.1136392994.squirrel@email.polands.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal Cc: "freebsd-questions@FreeBSD. ORG" Subject: RE: command to add file contents to end of existing file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd_user@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jan 2006 17:11:54 -0000 On Wed, January 4, 2006 10:40, fbsd_user wrote: >> I know I have done this in the past, but having brain fart today. >> >> What is command or command sequence to copy the contents of file B >> to the end of the contents of file A? >> >how about: % cat B >> A Thanks to all who responded this is what I used before and could not remember.