|
problem with source .cshrc
Hi,
when i issue the command:
source .cshrc
alias rm='rm -i'
bash: alias: rm -i: not found
alias cp='cp -i'
bash: alias: cp -i: not found
alias mv='mv -i'
bash: alias: mv -i: not found
bash: setenv: command not found
bash: .cshrc: line 15: syntax error near unexpected token '('
can anyone help me by providing some help..
what is happening???
Thanks in advance.
|