Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
piping question
- X-seq: zsh-users 19200
- From: Helmut Jarausch <jarausch@xxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: piping question
- Date: Thu, 02 Oct 2014 16:13:45 +0200
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author