While doing some work, I came across this
$ echo [Login]
g
$ echo [kilo]
k
$ echo [gauke]
e g k
$ echo [quasi-star]
k m q
What is going on in the background that results in this output ? Output of echo [quasi-star] just lost it's mind giving letters that are not even in there.
Note: Yes I know I can get my output with echo "[Login]"