From owner-freebsd-hackers Sat Apr 1 14:18:12 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA02597 for hackers-outgoing; Sat, 1 Apr 1995 14:18:12 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id OAA02590; Sat, 1 Apr 1995 14:17:58 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id IAA21533; Sun, 2 Apr 1995 08:15:48 +1000 Date: Sun, 2 Apr 1995 08:15:48 +1000 From: Bruce Evans Message-Id: <199504012215.IAA21533@godzilla.zeta.org.au> To: jkh@freefall.cdrom.com, joerg_wunsch@uriah.heep.sax.de Subject: Re: MBONE interfaces and snazzy install tools. Cc: bde@godzilla.zeta.org.au, hackers@freefall.cdrom.com, install-geeks@FreeBSD.org, joerg@sax.de, nate@trout.sri.mt.net, wosch@cs.tu-berlin.de Sender: hackers-owner@FreeBSD.org Precedence: bulk >perl has direct access to most system calls. Thus mv becomes a 2 line >perl script. You mean, like /bin/mv is a 20 line C program (I'll allow a generous factor of 10 for perl's superiority over C) :-). (/bin/mv has to be very complicated to handle things like recursive moves across file systems, preserving all attributes.) Bruce