You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Erik B. Craig (JIRA)" <ji...@apache.org> on 2008/01/25 16:31:35 UTC

[jira] Assigned: (GSHELL-23) Command pipe-lines

     [ https://issues.apache.org/jira/browse/GSHELL-23?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erik B. Craig reassigned GSHELL-23:
-----------------------------------

    Assignee: Erik B. Craig

> Command pipe-lines
> ------------------
>
>                 Key: GSHELL-23
>                 URL: https://issues.apache.org/jira/browse/GSHELL-23
>             Project: GShell
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: Core, Parser
>            Reporter: Jason Dillon
>            Assignee: Erik B. Craig
>             Fix For: 1.0-alpha-2
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.