From owner-freebsd-chat Sat Feb 1 03:50:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA15309 for chat-outgoing; Sat, 1 Feb 1997 03:50:33 -0800 (PST) Received: from foo.primenet.com (ip219.sjc.primenet.com [206.165.96.219]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA15299 for ; Sat, 1 Feb 1997 03:50:18 -0800 (PST) Received: (from bkogawa@localhost) by foo.primenet.com (8.8.2/8.6.12) id BAA25041; Sat, 1 Feb 1997 01:30:36 -0800 (PST) Date: Sat, 1 Feb 1997 01:30:36 -0800 (PST) Message-Id: <199702010930.BAA25041@foo.primenet.com> To: rsnow@lgc.com Subject: Re: Yes lives! Newsgroups: localhost.freebsd.chat References: <> From: "Bryan K. Ogawa" Cc: freebsd-chat@freebsd.org, "David O'Brien" X-Newsreader: NN version 6.5.0 #1 (NOV) Sender: owner-chat@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In localhost.freebsd.chat you write: >Yes, I know the -y switch all to well, unfortunately. I was just reminded >that once upon a time there wasn't a -y and we had to do things a bit >different. I was just wondering if there was actually any other use for >yes. Well, someone aliased my rm to rm -i, so... yes | rm (blah) was an option. Of course, a better option is: /bin/rm (blah) or even better, to unalias rm