From owner-freebsd-questions@FreeBSD.ORG Thu Aug 21 12:17:09 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B5E0106564A for ; Thu, 21 Aug 2008 12:17:09 +0000 (UTC) (envelope-from thavinci@thavinci.za.net) Received: from thavinci.za.net (thavinci.za.net [196.211.117.42]) by mx1.freebsd.org (Postfix) with ESMTP id 23B898FC14 for ; Thu, 21 Aug 2008 12:17:07 +0000 (UTC) (envelope-from thavinci@thavinci.za.net) Received: from thavinci.za.net (localhost.thavinci.za.net [127.0.0.1]) by thavinci.za.net (Postfix) with ESMTP id 442A01EEAFB for ; Thu, 21 Aug 2008 14:17:05 +0200 (SAST) Received: from thavinciPC (unknown [192.168.12.110]) by thavinci.za.net (Postfix) with ESMTP id 235BF1EEAFA for ; Thu, 21 Aug 2008 14:17:05 +0200 (SAST) From: "Marcel Grandemange" To: Date: Thu, 21 Aug 2008 14:16:44 +0200 Message-ID: <014d01c90387$c6ed2b70$54c78250$@za.net> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AckDh8bOvO4AWTaiRBC6vvaYLdjFig== Content-Language: en-us X-Virus-Scanned: ClamAV using ClamSMTP Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: xargs 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: Thu, 21 Aug 2008 12:17:09 -0000 Thank You For Help In The Past but give run into a new issue. I need to copy an entire BSD installation except the /mnt directory to /mnt/pc Now ive looked everywhere on net for examples, yet all don't work. What I did try do was following.. Cd / Ls | grep -v proc | xargs cp -Rpv /mnt/pc But ofcourse this doesn't work, what would be correct way to do this? Thank You!