I have a complex command bash and my password has a !
. I can't just change the password
... command bla bla -p !MYPASSWORD!
throws me an error because it interprets the ! as a command.
How do I escape this? I tried \!MYPASSWORD\!
without success