From owner-freebsd-questions@FreeBSD.ORG Wed Jan 4 16:45:25 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 9488E16A420 for ; Wed, 4 Jan 2006 16:45:25 +0000 (GMT) (envelope-from doug@polands.org) Received: from corinth.polands.org (CPE-72-129-222-120.new.res.rr.com [72.129.222.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81B9143D80 for ; Wed, 4 Jan 2006 16:45:17 +0000 (GMT) (envelope-from doug@polands.org) Received: from email.polands.org (ammon.polands.org [172.16.1.7]) by corinth.polands.org (8.13.4/8.13.4) with ESMTP id k04GhEbB062076; Wed, 4 Jan 2006 10:43:14 -0600 (CST) (envelope-from doug@polands.org) Received: from 209.103.215.99 (proxying for 209.103.215.99) (SquirrelMail authenticated user djp) by email.polands.org with HTTP; Wed, 4 Jan 2006 10:43:14 -0600 (CST) Message-ID: <57080.209.103.215.99.1136392994.squirrel@email.polands.org> In-Reply-To: References: Date: Wed, 4 Jan 2006 10:43:14 -0600 (CST) From: "Doug Poland" To: fbsd_user@a1poweruser.com User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: ClamAV 0.87/1228/Wed Jan 4 04:29:17 2006 on corinth.polands.org X-Virus-Status: Clean 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jan 2006 16:45:25 -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 -- Regards, Doug