Re: rm: ignorance isn't bliss

2014-10-18 Thread Superingo
> > I considered "alias rm='rm -x'" in a profile, and planned to remember adding > > -f when needed. > > If you're going to hack your profile already, you might as well just > implement the logic there, so that it works on all the systems you > carry that profile to instead of only those where rm

Re: rm: ignorance isn't bliss

2014-10-17 Thread Superingo
Hi Ingo, thanks for the very quick reply. (Are you sure, you are not needlessly pissed, because I used the "Superingo"-From? This was not meant to affect you or any other real living being! So sorry, if misunderstood!) > Hi Superingo, > > Superingo wrote on Fri, Oct 17,

rm: ignorance isn't bliss

2014-10-17 Thread Superingo
I just fatfingered a ';' into a ',': $ rm a.out, cc mind.c rm: a.out,: No such file or directory rm: cc: No such file or directory In full POSIX-conformance I lost my mind. Coincidentally I had an idea. What do you think? Index: bin/rm/rm.1 =