From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29521 invoked by alias); 2 Oct 2014 14:13:46 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 19200 Received: (qmail 15010 invoked from network); 2 Oct 2014 14:13:44 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.2 X-IronPort-AV: E=Sophos;i="5.04,638,1406584800"; d="scan'208";a="263495828" Date: Thu, 02 Oct 2014 16:13:45 +0200 From: Helmut Jarausch Subject: piping question To: zsh-users@zsh.org X-Mailer: Balsa 2.4.14 Message-Id: <1412259225.3798.0@numa-i> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, I have a command 'most' which is similar to 'less'. Now I'd like to write a shell script 'xmost' which should do the same as 'most' but with its output sent to a newly generated xterm. If I say xterm -g 180x30+0+0 -hold -e most I cannot pipe into it anymore, like ls -l | xmost Can this be achieved? Many thanks for a hint, Helmt. =