Xref: utzoo comp.unix.wizards:15852 comp.unix.questions:13172 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!uxc!csd4.milw.wisc.edu!lll-winken!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.wizards,comp.unix.questions Subject: Re: unix question: files per directory Message-ID: <1525@auspex.auspex.com> Date: 1 May 89 21:34:56 GMT References: <24110@beta.lanl.gov> <4822@macom1.UUCP> <776@helios.toronto.edu> <432@brian386.UUCP> Reply-To: guy@auspex.auspex.com (Guy Harris) Distribution: na Organization: Auspex Systems, Santa Clara Lines: 8 >I would like it if "rm" were similar to most other commands, ie. you >could rm "*", preventing the expansion of the * to all file names >until "rm" got it, Uhh, to what other commands are you referring? Most UNIX commands don't know squat about expanding "*"; they rely on the shell to do so, and merely know about taking lists of file names as arguments. Other OSes do things differently; perhaps that's what you're thinking of?