Issue
I want to create a file named "\?$*’MaRViN’*$?\"
. Name should have all characters that I write.
Solution
Exact answer is:
touch "\"\\?\$*'MaRViN'*\$?\\\""
Answered By - Muhammed Erem
I want to create a file named "\?$*’MaRViN’*$?\"
. Name should have all characters that I write.
Exact answer is:
touch "\"\\?\$*'MaRViN'*\$?\\\""