I create a directory called [email protected]/
I wanted to use this email address as the directory name - I know - not a good idea for many reasons - but lets assume this is a very temporary directory that I delete seconds later :)
I give the command
mkdir [email protected]
However when I check the directory I see it actually created it with quotes around it.
...
'[email protected]`
...
I then found this is due to the @
What are the rules for special characters in directory names and how does the system decide to quote them