From owner-cvs-all Tue Aug 31 0: 3: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from gndrsh.dnsmgr.net (GndRsh.dnsmgr.net [198.145.92.4]) by hub.freebsd.org (Postfix) with ESMTP id 1F8A115369; Tue, 31 Aug 1999 00:02:41 -0700 (PDT) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.9.3/8.9.3) id AAA68112; Tue, 31 Aug 1999 00:02:31 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <199908310702.AAA68112@gndrsh.dnsmgr.net> Subject: Re: cvs commit: src/bin/mkdir mkdir.1 mkdir.c In-Reply-To: <19990830160805.C25026@dragon.nuxi.com> from "David O'Brien" at "Aug 30, 1999 04:08:05 pm" To: obrien@FreeBSD.org Date: Tue, 31 Aug 1999 00:02:30 -0700 (PDT) Cc: cracauer@cons.org (Martin Cracauer), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > 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. > > Do you find the twirling "|" useful when you boot? No. Infact I've seen several machines that it doesn't work on correctly due to poor implementation due to code space restrictions. > Do you find setting ``hash'' in old FTP clients useful? No. Not for 20 years, back when we had all of 56K for the backbone, yes, then it was used as an ftp of hosts.txt could take hours to run and we needed to know it had not stalled. >Many will answer yes, as they give the user feedback the ____ is >doing something. I'll give you that. As I caved in, against my better judgement, on the cp -Rv thing. However mkdir is fast running, does not have a -R option and print (*argv) is sick. > "-v" is useful to give an overview of the progression of the commands. Makes since when commands are long running, and or generating there own data sets. I think we have all given into that. > Also I have occationally realized I mv,cp,ln'd files to the wrong place > due to shell wild-card expansion. Then what you should be running for a shell is one with -x turned on. It is the _SHELL_ that caused you this problem, not mv, cp, or mkdir. -- Rod Grimes - KD7CAX - (RWG25) rgrimes@gndrsh.dnsmgr.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message