:: [DNG] how to make xterm window not …
Top Pagina
Delete this message
Reply to this message
Auteur: emninger
Datum:  
Aan: dng
Onderwerp: [DNG] how to make xterm window not close automatically after executing a command?
If i do 'xterm -T Htop -e htop' the terminal window rests open, if i do
'xterm -T Sysinfo -e inxi -F' the window closes.

In some way it's logical, to me, since htop has not finished its job
until i do not do F10. Inxi, otoh, has finished. But how can i make,
that also the windows with the -inxi -F command rests open?

Thanks a lot in advance!