Hi!
I would like to run some scripts from an xterm window but each time the xterm appears, the script runs but the window disappears when the script finishes, How can I make it stay?
I tried : xterm -e script
I could create a new script script1 with script|more and then call it with xterm -e script1 but I'm sure there is a better way to do this
xterm -e "script|more" does not work
Thanks for your help!
I would like to run some scripts from an xterm window but each time the xterm appears, the script runs but the window disappears when the script finishes, How can I make it stay?
I tried : xterm -e script
I could create a new script script1 with script|more and then call it with xterm -e script1 but I'm sure there is a better way to do this
xterm -e "script|more" does not work
Thanks for your help!