You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jason Dillon (JIRA)" <ji...@apache.org> on 2008/12/03 08:06:44 UTC

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

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

Jason Dillon closed GSHELL-23.
------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.0-alpha-3)
                   1.0-alpha-2
         Assignee: Jason Dillon  (was: Erik B. Craig)

Basic support is in for this.

> 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: Parser
>            Reporter: Jason Dillon
>            Assignee: Jason Dillon
>             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.