Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 37153 invoked from network); 8 Nov 2007 22:58:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Nov 2007 22:58:19 -0000 Received: (qmail 57372 invoked by uid 500); 8 Nov 2007 22:58:03 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 57309 invoked by uid 500); 8 Nov 2007 22:58:03 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 57298 invoked by uid 99); 8 Nov 2007 22:58:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Nov 2007 14:58:03 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Nov 2007 22:58:48 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B76EF7141FE for ; Thu, 8 Nov 2007 14:57:50 -0800 (PST) Message-ID: <15868993.1194562670749.JavaMail.jira@brutus> Date: Thu, 8 Nov 2007 14:57:50 -0800 (PST) From: "Jason Dillon (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GSHELL-23) Command pipe-lines In-Reply-To: <30244381.1151300489903.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GSHELL-23?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon updated GSHELL-23: ------------------------------- Component/s: Parser Fix Version/s: (was: 1.0-alpha-1) 1.0-alpha-2 > 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 > 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.