Results 1 to 3 of 3
Hi folks,
Is it possible to keep a gnome-terminal open after it has automatically
executed a program with --execute (-e, -x)?
Thank you in advance
Cheers,
KingBob...
- 08-22-2008 #1Just Joined!
- Join Date
- Aug 2008
- Posts
- 4
gnome-terminal should keep open after executing a program
Hi folks,
Is it possible to keep a gnome-terminal open after it has automatically
executed a program with --execute (-e, -x)?
Thank you in advance
Cheers,
KingBob
- 08-24-2008 #2Just Joined!
- Join Date
- May 2008
- Posts
- 5
I don't know if it is what you are looking for, but add a & to make the process run in background,
process -e &
- 08-24-2008 #3Just Joined!
- Join Date
- Aug 2008
- Posts
- 4
thanks for your response!


Reply With Quote