I can ...
> exec dtterm -title "mytitle" -e ls -la
but in doing so the new shell closes when the cmd is completed plus it closes the the calling shell!
If I ...
> eval dtterm -title "mytitle" -e ls -la , at least the calling shell doesn't close.
Is there a way to keep the new shell open after the cmd is finished?
> exec dtterm -title "mytitle" -e ls -la
but in doing so the new shell closes when the cmd is completed plus it closes the the calling shell!
If I ...
> eval dtterm -title "mytitle" -e ls -la , at least the calling shell doesn't close.
Is there a way to keep the new shell open after the cmd is finished?