From owner-freebsd-questions@FreeBSD.ORG Wed Jan 24 11:50:01 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0651216A402 for ; Wed, 24 Jan 2007 11:50:00 +0000 (UTC) (envelope-from peter@pean.org) Received: from klein.pean.org (pean.org [195.24.165.61]) by mx1.freebsd.org (Postfix) with ESMTP id 8134513C461 for ; Wed, 24 Jan 2007 11:50:00 +0000 (UTC) (envelope-from peter@pean.org) Received: from [192.168.12.13] (trusted.jajja.com [217.118.217.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by klein.pean.org (Postfix) with ESMTP id 6C858DE8D66; Wed, 24 Jan 2007 12:49:59 +0100 (CET) Message-ID: <45B74805.9070802@pean.org> Date: Wed, 24 Jan 2007 12:50:29 +0100 From: =?UTF-8?B?UGV0ZXIgQW5rZXJzdMOlbA==?= User-Agent: Thunderbird 1.5.0.8 (X11/20061123) MIME-Version: 1.0 To: Andrew Pantyukhin References: <45B7346F.7090701@pean.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: cp to infinity. 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, 24 Jan 2007 11:50:01 -0000 > Sure, just don't copy directories into themselves > recursively. How hard could it be to make cp avoid this problem? GNU cp does not have any problems with this action.