Command pipe-lines
------------------
Key: GSHELL-23
URL: http://issues.apache.org/jira/browse/GSHELL-23
Project: GShell (Sandbox)
Type: New Feature
Security: public (Regular issues)
Components: Core
Reporter: Jason Dillon
Assigned to: Jason Dillon
Add support for piping the output of one command into another, as in:
{noformat}
echo "hi" | cat > /tmp/foo
{noformat}
This should write "hi" to the /tmp/foo file.
Follow zsh style, allowing |& to concat both stdout+stderr
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira