Monday, 26 August 2013

Bash - some commands don't display quotation marks correctly

Bash - some commands don't display quotation marks correctly

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?

No comments:

Post a Comment