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