Wednesday, June 24, 2009

Run GNU Screen Directly

Whenever I have to start screen, I have to start a terminal and run screen manually. Now to run the screen automatically without first opening a terminal you can use the following command
gnome-terminal -e screen
This opens screen in gnome-terminal directly.

No comments:

Post a Comment