:: [DNG] how to make xterm window not …
Pàgina inicial
Delete this message
Reply to this message
Autor: emninger
Data:  
A: dng
Assumpte: [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!