- Subject: [jed-users] Re: xjed STDIN?
- From: Ulli Horlacher <framstag@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 26 Sep 2016 19:02:45 +0200
On Mon 2016-09-26 (18:53), Ulli Horlacher wrote:
> > some commands ... | xjed -most
>
> With John Davis help I have now:
>
> root@diaspora:/sw/ubuntu-12.04/jed-0.99.20-116/bin# cat xmost
> #!/bin/sh
> if [ -t 0 ]; then
> exec xjed "$@"
> else
> exec xjed -f most_stdin
> fi
Sorry, error, It must be:
#!/bin/sh
if [ -t 0 ]; then
exec xjed -most "$@"
else
exec xjed -f most_stdin
fi
--
Ullrich Horlacher Server und Virtualisierung
Rechenzentrum TIK
Universitaet Stuttgart E-Mail: horlacher@xxxxxxxxxxxxxxxxxxxx
Allmandring 30a Tel: ++49-711-68565868
70569 Stuttgart (Germany) WWW: http://www.tik.uni-stuttgart.de/
REF:<20160926165331.GA13752@xxxxxxxxxxxxxxxxxxxx>
_______________________________________________
For list information, visit <http://jedsoft.org/jed/mailinglists.html>.
[2016 date index]
[2016 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]