If I enter the following:
echo Yo env | sort
in to the shell command input textbox and run it on the machine...it outputs
Yo env
If I put:
echo Yo; env | sort
It prints the desired result.
It appears that newlines are not honored.
This may have to do with our not wrapping shell commands in <![CDATA[ ]]> sections.
Log in to post a comment.
This may have to do with our not wrapping shell commands in <![CDATA[ ]]> sections.