]
Katerina Novotna commented on WFCORE-3221:
------------------------------------------
It would be nice if grep command would support '-v' (inverted match) option as
well.
Support for | and >> operators
------------------------------
Key: WFCORE-3221
URL:
https://issues.jboss.org/browse/WFCORE-3221
Project: WildFly Core
Issue Type: Feature Request
Components: CLI
Reporter: Jean-Francois Denise
Assignee: Jean-Francois Denise
Aesh 1.0 comes with a set of useful operators. 2 are of particular interest in CLI:
In order to extend the CLI ‘>’ support with the ability to append to a file,
‘>>’ support is required.
To make interesting combination of commands (eg: grep, cat, less), the ‘|’ operator is
required.