Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.2.0.M1
-
Fix Version/s: 4.2.0.M1
-
Component/s: None
-
Labels:None
Description
The following command behaves correctly:
echo foo | grep o
However, the following one never ends:
echo foo | exec grep o
The following ones also behaves incorrectly (enter does not print a new line, and Ctrl+C / Ctrl+D are not handled correctly) :
grep o
Attachments
Issue Links
- relates to
-
KARAF-5424 Bad input stream behavior when using grep command
-
- Open
-