jed-users mailing list

[2016 Date Index] [2016 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

[jed-users] Re: xjed STDIN?


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]