(no subject)

Top Pagina
Bijlagen:
Bericht als e-mail
+ (text/plain)
Delete this message
Reply to this message
Auteur: William Lindley
Datum:  
Onderwerp: (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