From owner-freebsd-bugs@FreeBSD.ORG Tue Aug 24 11:18:25 2010 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B7F91065696; Tue, 24 Aug 2010 11:18:25 +0000 (UTC) (envelope-from chuzzwassa@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id CC14C8FC15; Tue, 24 Aug 2010 11:18:24 +0000 (UTC) Received: by wyj26 with SMTP id 26so9491966wyj.13 for ; Tue, 24 Aug 2010 04:18:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=e37ac9sV/R0z2ajNNyvTsRnd9FT9Pco3XdinJrwnCJU=; b=b+L6ar922YbX5EHqAuaYDOIK9yy7wS27x8pL/s8p4ZinT7yfpayQ5+3L3dOiX3WiZk GREaZUnALaBMrLqR4dmUBWs080FFQB4GIlZsDAkg3/yj3Ju7eEb2ZRg8sUfjL95FYid9 z8Cp2rNSfYFGEh0quxoA+MXTDmz5ZVGowXw7Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=dAu62FVl6oicM98LhtHoGM2SqUxM/1n3e/1Zv2jP8sEwOG92+br6huG9NFkEQC4edJ QB3EcAONfZcrQgeQEheUwRRZ5q+Q1AiyOX9EbXrJSwYPZWtNy6+A5BFXQ1QVUBP6Y7x1 nFtRjsOtW2Jp8aKPkbbJSFOQWlQUds030ySJ0= MIME-Version: 1.0 Received: by 10.216.186.70 with SMTP id v48mr5748017wem.64.1282647204580; Tue, 24 Aug 2010 03:53:24 -0700 (PDT) Received: by 10.216.18.139 with HTTP; Tue, 24 Aug 2010 03:53:24 -0700 (PDT) In-Reply-To: <201008240230.o7O2U4aR098753@freefall.freebsd.org> References: <201008240230.o7O2U4aR098753@freefall.freebsd.org> Date: Tue, 24 Aug 2010 20:53:24 +1000 Message-ID: From: Andy Farkas To: Alexander Best Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-bugs@freebsd.org Subject: Re: bin/144531: [patch] cp(1) show percentage complete X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Aug 2010 11:18:25 -0000 On Tue, Aug 24, 2010 at 12:30 PM, Alexander Best wrot= e: > =A0i don't think the original patch you submitted will be accepted by any > =A0developer since it breaks the behaviour of `cp -v`. you might want to = add a new > =A0switch to trigger the extra output from your patch. just be sure you d= on't use > =A0any switch that's already taken by POSIX [1]. Any chance of `cp -vv` -> `be more verbose`? -andyf ps. I've been using this patch for some time and think it quite useful duri= ng interactive work.