Xref: utzoo alt.sources:175 comp.os.minix:2581 Path: utzoo!mnetor!uunet!husc6!bloom-beacon!gatech!purdue!i.cc.purdue.edu!j.cc.purdue.edu!pur-ee!iuvax!bobmon From: bobmon@iuvax.cs.indiana.edu (RAMontante) Newsgroups: alt.sources,comp.os.minix Subject: rm flags (was Re: Public Domain version of: yes(1)) Message-ID: <7739@iuvax.cs.indiana.edu> Date: 13 Apr 88 01:52:50 GMT Reply-To: bobmon@iuvax.UUCP (RAMontante) Organization: Computer Science Dept., Indiana University Lines: 13 Summary: simplicity... In article <2606@bsu-cs.UUCP> dhesi@bsu-cs.UUCP (Rahul Dhesi) writes: >> rm < yes > > yes | rm > > rm < /dev/yes Under the Ultrix here, "rm -f" overrides my aliased "rm -i" quite handily. This also works as expected on the MSDOS port of rm that I use at home (I had to compile in the "-i" default). I seem to recall difficulty under BSD 4.x; is that why no one else suggested this?