[
https://issues.apache.org/jira/browse/GSHELL-23?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12580371#action_12580371
]
Guillaume Nodet commented on GSHELL-23:
---------------------------------------
Author: gnodet
Date: Wed Mar 19 06:30:40 2008
Support for "|" in the command line.
Redirections are not supported yet though.
New Revision: 638824
URL: http://svn.apache.org/viewvc?rev=638824&view=rev
Log:
GSHELL-23: command pipelines
Modified:
geronimo/gshell/trunk/gshell-command-api/src/main/java/org/apache/geronimo/gshell/command/CommandExecutor.java
geronimo/gshell/trunk/gshell-core/src/main/java/org/apache/geronimo/gshell/DefaultCommandExecutor.java
geronimo/gshell/trunk/gshell-core/src/main/java/org/apache/geronimo/gshell/DefaultShell.java
geronimo/gshell/trunk/gshell-core/src/main/java/org/apache/geronimo/gshell/ExecutingVisitor.java
geronimo/gshell/trunk/gshell-core/src/main/java/org/apache/geronimo/gshell/GShell.java
geronimo/gshell/trunk/gshell-core/src/main/java/org/apache/geronimo/gshell/LoggingVisitor.java
geronimo/gshell/trunk/gshell-parser/src/main/grammar/CommandLineParser.jjt
geronimo/gshell/trunk/gshell-parser/src/test/java/org/apache/geronimo/gshell/parser/CommandLineParserTest.java
geronimo/gshell/trunk/gshell-parser/src/test/java/org/apache/geronimo/gshell/parser/CommandLineParserVisitorTest.java
geronimo/gshell/trunk/gshell-remote/gshell-remote-client/src/main/java/org/apache/geronimo/gshell/remote/client/RshClient.java
geronimo/gshell/trunk/gshell-remote/gshell-remote-client/src/main/java/org/apache/geronimo/gshell/remote/client/proxy/RemoteShellProxy.java
geronimo/gshell/trunk/gshell-remote/gshell-remote-common/src/main/java/org/apache/geronimo/gshell/remote/message/ExecuteMessage.java
geronimo/gshell/trunk/gshell-remote/gshell-remote-server/src/main/java/org/apache/geronimo/gshell/remote/server/DefaultRemoteShell.java
> 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-3
>
>
> 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.