I'm ssh'ing into a remote server (using bash). Some commands (e.g. cp
, rm
, etc.) display quotations incorrectly:
$ rm ./test
rm: remove regular file ‘./test€™?
Why does it do this, and how can I fix it?
I'm ssh'ing into a remote server (using bash). Some commands (e.g. cp
, rm
, etc.) display quotations incorrectly:
$ rm ./test
rm: remove regular file ‘./test€™?
Why does it do this, and how can I fix it?