From owner-freebsd-current Mon Sep 29 04:41:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA06004 for current-outgoing; Mon, 29 Sep 1997 04:41:02 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA05991 for ; Mon, 29 Sep 1997 04:41:00 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id VAA31427; Mon, 29 Sep 1997 21:39:46 +1000 Date: Mon, 29 Sep 1997 21:39:46 +1000 From: Bruce Evans Message-Id: <199709291139.VAA31427@godzilla.zeta.org.au> To: current@freebsd.org, wosch@cs.tu-berlin.de Subject: Re: silent cp -i Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >cp(1) is too silent if used with the option -i. It should >print which input cp expect (y/n) and print a warning if the >file was not overwritten. cp actually expects y/Y/other. POSIX.2 doesn't permit cp to print to stdout. stderr is permitted for diagnostics. Bruce