]
Marek Marusic reassigned WFCORE-3554:
-------------------------------------
Assignee: Marek Marusic (was: Jean-Francois Denise)
Append the content to the file with name tmp|file results to
'tmp\|file' being created
--------------------------------------------------------------------------------------
Key: WFCORE-3554
URL:
https://issues.jboss.org/browse/WFCORE-3554
Project: WildFly Core
Issue Type: Bug
Components: CLI
Reporter: Katerina Novotna
Assignee: Marek Marusic
*Description of problem:*
Append the content to the file with name tmp|file results to 'tmp\|file' being
created.
*Actual results:*
{code}
[standalone@embedded /] version >> tmp\|file
The file created is named 'tmp\|file'
{code}
*Expected results:*
{code}
The file created is named 'tmp|file'
{code}