[
https://issues.jboss.org/browse/WFCORE-3556?page=com.atlassian.jira.plugi...
]
Jean-Francois Denise commented on WFCORE-3556:
----------------------------------------------
I suggest that we fix the grep command documentation to not reference BRE but instead java
pattern and remove the Ignored test.
Unexpected output with grep '^no\(fork\|group\)'
------------------------------------------------
Key: WFCORE-3556
URL:
https://issues.jboss.org/browse/WFCORE-3556
Project: WildFly Core
Issue Type: Bug
Components: CLI
Reporter: Katerina Novotna
Assignee: Jean-Francois Denise
*Description of problem:*
Aesh grep command doesn't return expected result. The same command with bash grep
gives 'nofork' result.
*Actual results:*
[standalone@embedded /] echo nofork | grep '^no\(fork\|group\)'
[standalone@embedded /]
*Expected results:*
[standalone@embedded /] echo nofork | grep '^no\(fork\|group\)'
[standalone@embedded /] nofork
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)