On Tue, Jan 03, 2006 at 06:49:15AM -0800, Randall R Schulz wrote:
> On Tuesday 03 January 2006 04:43, jdd wrote:
> > Reinhard Gimbel wrote:
> > > That's why I use the "alias" feature of bash to set the "-i"-option
> > > for most of the "dangerous" commands dealing with file on CLI level
> >
> > and so most of the time you type rm -f *...
> 
> Check it out. The "-i" option trumps "-f", regardless of their order.

$ touch foo
$ rm -if foo
$ touch foo
$ rm -fi foo
rm: remove regular empty file `foo'? y
$ 


Rasmus

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to