-
Bug
-
Resolution: Done
-
Major
-
None
-
None
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
- is incorporated by
-
WFCORE-3704 Upgrade core to depended on aesh 1.1, aesh-extensions 1.1, aesh-readline 1.6
- Resolved