Monday, 27 May 2013

echoing symbols in terminal/bash

echoing symbols in terminal/bash

Why am I not able to use "!" when trying to echo a message in terminal? For example:
echo -e "Hello\nWorld!"
bash returns the following command:
bash !: event not found

No comments:

Post a Comment