Robert Sheskin <[EMAIL PROTECTED]> writes:

> I have a little log analysis perl script that I am trying to run. When starting form 
>a terminal it works fine with the following in an executable script;
> #! /bin/bash
> echo "Mail Stats Log Analysis"
> echo ""
> su - root -c "DISPLAY=$DISPLAY; export DISPLAY; aterm -bg black -fg yellow -e perl 
>/usr/bin/sm.logger"
> When I setup a desktop shortcut and run the same thing with terminal window checked 
>I a quick screen flash of the window and it is gone. How do I keep it around?
> 

pipe it through less, or add '<STDIN>' at the end of the script

cu Pixel.

Reply via email to