There is an unquoted HTML entity, such as &
, >
or <
(instead of &
, >
and <
) in your code.
It is recommended to replace HTML entities with their corresponding characters.
foo && bar
foo && bar
If you want to run a command called amp
after backgrounding another command, add a space: foo & amp;
.