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 2007/11/08 00:31:52 UTC

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

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

Jason Dillon updated GSHELL-23:
-------------------------------

    Assignee:     (was: Jason Dillon)

> 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
>            Reporter: Jason Dillon
>             Fix For: 1.0-alpha-1
>
>
> 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.