(no subject)

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: William Lindley
Date:  
Subject: (no subject)
It's probably an alias in, for example, your .bashrc file:

$ cat ~/.bashrc

    # .bashrc


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


just remove the offending line

\\/
http://www.wlindley.com