On Mon, 25 Dec 2000, Meph Istopheles wrote:

>  Hey,
>
>  You know, I remember long ago finding how to turn ~on~ the
>command line feature to confirm rm, but I can't find how to turn
>it off now lm turnsit on by default.  I've been using the -f
>option, but would really like to not be prompted at all.
>
>  How ~is~ that turned off?

Hi M,

the confirmation stuff is set through aliases which are loaded from your
~/.bashrc:

# .bashrc

# User specific aliases and functions
alias mv='mv -i'
alias cp='cp -i'
alias s='cd ..'
alias d='ls'
alias p='cd -'
alias rm='rm -i'

Remove or comment out (using #) the aliases you don't want, log in again,
and the confirmations are gone.

Paul

-- 
Air is water with holes in it.

http://nlpagan.net - ICQ 147208 - Registered Linux User 174403
             Linux Mandrake 7.2 - Pine 4.31


Reply via email to