Open gaurave opened 9 years ago
The >, <, | inside a string are all erroneously parsed as redirection operators, e.g.:
>
<
|
shell> echo '<html>Hello world!</html>' will fail as > is parsed as redirection.
shell> echo '<html>Hello world!</html>'
The
>
,<
,|
inside a string are all erroneously parsed as redirection operators, e.g.:shell> echo '<html>Hello world!</html>'
will fail as>
is parsed as redirection.