From owner-cvs-bin Mon Sep 29 00:28:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA24403 for cvs-bin-outgoing; Mon, 29 Sep 1997 00:28:08 -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 AAA24355; Mon, 29 Sep 1997 00:27:50 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id RAA21531; Mon, 29 Sep 1997 17:21:42 +1000 Date: Mon, 29 Sep 1997 17:21:42 +1000 From: Bruce Evans Message-Id: <199709290721.RAA21531@godzilla.zeta.org.au> To: bde@zeta.org.au, wosch@cs.tu-berlin.de Subject: Re: cvs commit: src/bin/mv mv.c Cc: cvs-all@freebsd.org, cvs-bin@freebsd.org, cvs-committers@freebsd.org Sender: owner-cvs-bin@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >> > $ touch from to >> > $ echo -n loop | mv -i from to >> > overwrite to? >> > ^C >> >> You need more context in the example so that ^C doesn't kill mv. > >^C intentionally killed mv(1) in the example above. What should you do >with a process which eat all your CPU time? Oops, I saw a shell loop where there was none. Bruce