unix question: files per directory
Guy Harris
guy at auspex.auspex.com
Tue May 2 07:34:56 AEST 1989
>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?
More information about the Comp.unix.questions
mailing list