I have the following command saved in mat.txt file:
printf "
_ ____ __ _
_ __ (_)_ __/ ___|_ __ __ _ / _| |_
| '_ \| \ \/ / | | '__/ _` | |_| __|
| | | | |> <| |___| | | (_| | _| |_
|_| |_|_/_/\_\\____|_| \__,_|_| \__|
"
when I execute this file after made it executable using:
chmod +x mat.txt
It gives me an Error:
It's saying like command not found, file end reached when searching for ' & syntaxerror.
Anyone knows why?