Add ability to use pipelines in the FluidShell.
Example:
ls -l | more
select * from orders \ | more
The user must terminate the statement with an inline GO alias, or build up a statement and issue
go | more
Verified in 11.0.0-dev-7 and works.. There is a minor bug with | more command in my machine which I will log as a separate issue if it can be reproduced
Verified in 11.0.0-dev-7 and works.. There is a minor bug with | more command in my machine which I will log as a separate issue if it can be reproduced
Issue #6175 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 11.0.0-dev-7 |
No time estimate |
Example:
ls -l | more
select * from orders \ | more
The user must terminate the statement with an inline GO alias, or build up a statement and issue
go | more