I'm novice in coding, I'm trying to list a file named "\?$*’KwaMe’*$?\" I have already resolve the problem of special characters at the creation of the file with quotes, as you see.
but I have a new problem, when I do this line :
ls -lRa *waM* | cat -e.
the prompt respond like this :
-rwxrwxrwx 1 pako pako 3 Jun 9 21:30 "\?$*M-bM-^@M-^YKwaMeM-bM-^@M-^Y*$?\"$.
I really don't understand why, but I think it has to do with the command I used to create the file "\?$*’KwaMe’*$?\" , I used this command to create it :
touch '"\?$*’KwaMe’*$?\"'.
Maybe something is missing with this command an option or something, can you guys help me with it?