I have a problem to show the contents of a file using the following command:
variavel="Affonso\,\ I.\ P..txt"
cat < "$variavel"
And running the same command on the terminal but without using a variable, it usually works like the following image:
How can I fix this?