Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HELP!! run script from an xterm

Status
Not open for further replies.

fabien

Technical User
Sep 25, 2001
299
AU
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!

 
Hi again,

Actually, I found a workaround using xwsh -hold -e script

Thanks,

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top