I have been noticing some strange behaviour when I type characters like '
or the backtick. Whenever I type it, the >
symbol shows up everytime I type something, and everything I type seemingly does not do anything. But when I type the character again, it returns to normal.
user@debian:~$ '
> command
> '
-bash:
command
: command not found
user@debian:~$
What is this feature? As far as I know, the man page for bash did not say anything about this
Debian Jessie
"
you should type another"
to close that. An example is if you want to echo mutliple lines, you would typeecho " (newline) foo"
. – DisplayName Dec 09 '15 at 14:08