Why does Bash enclose strings in a backtick and single-quote?
Note lines 2 and 4. I always notice this, and get curious as to why they
quote a string with different characters.
root@vm:/# stat 1
stat: cannot stat `1': No such file or directory
root@vm:/# stat /
File: `/'
...
No comments:
Post a Comment