alias ls="ls -g" error
If I set WinSCP to alias ls to ls -g it does not work. The reason seems to be that my shell (/usr/local/bin/tcsh) does not accept aliases with the = sign in them (i define my aliases as [alias ls 'ls -g"]) and from the logs it seems that WinSCP tries to alias ls by using the command [alias ls="ls -g"]
I have tried aliasing the command myself in my .cshrc file and it works fine. But unfortunately I also have rm, mv, cp aliased to[rm -i] etc. If I don't have winSCP remove all aliases then those commands cause deleting, copying and moving to fail.
Is there a way to edit what command winSCP issues when it is set to "alias ls to display group name?"
Thanks!
I have tried aliasing the command myself in my .cshrc file and it works fine. But unfortunately I also have rm, mv, cp aliased to[rm -i] etc. If I don't have winSCP remove all aliases then those commands cause deleting, copying and moving to fail.
Is there a way to edit what command winSCP issues when it is set to "alias ls to display group name?"
Thanks!