From owner-cvs-all Mon Aug 30 1:32:20 1999 Delivered-To: cvs-all@freebsd.org Received: from dingo.cdrom.com (castles523.castles.com [208.214.165.87]) by hub.freebsd.org (Postfix) with ESMTP id E4553153DF; Mon, 30 Aug 1999 01:32:16 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (LOCALHOST [127.0.0.1]) by dingo.cdrom.com (8.9.3/8.8.8) with ESMTP id BAA18449; Mon, 30 Aug 1999 01:25:08 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Message-Id: <199908300825.BAA18449@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Martin Cracauer Cc: Mike Smith , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/bin/mkdir mkdir.1 mkdir.c In-reply-to: Your message of "Mon, 30 Aug 1999 09:36:14 +0200." <19990830093613.A6276@cons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 30 Aug 1999 01:25:08 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > In <199908300715.AAA18053@dingo.cdrom.com>, Mike Smith wrote: > > > > Though traditionalists and anti-bloat people will have difficulty > > > > swallowing these commits, it does help debugging and it does help in > > > > scripting. There have been a number of PRs requesting this functionality. > > > > > > It doesn't. `sh -x` is a far better way to do what people are trying > > > to do here. How will a portable script using the -v flag look like? > > > `sh -x` is just what you need here. > > > > It's not. Or at least, you're welcome to tell me how 'sh -x' works > > when the user is a) using csh, b) types the command manually, and c) > > uses the -R argument to cp(1). > > You mean these options are useful for new users to `alias` them in > their dotfiles for interactive use? Sorry, I don't agree for commands > that would just echo an argument the user just just typed in. I don't see anything like that being done here. > If anything, it might be useful for commands that typically take > several arguments and those arguments are often a result from shell > globbing. Like, let's see, cp, mv, rm, etc.? It's even more relevant for commands which generate their own datasets through internal processes (eg. mv, cp -R, rm -r...) -- \\ The mind's the standard \\ Mike Smith \\ of the man. \\ msmith@freebsd.org \\ -- Joseph Merrick \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message