Starting screen without welcome screen

gnu-screen

Running screen I see this:

How can I start screen directly, without this welcome screen?

Best Answer

Add startup_message off to your .screenrc:

startup_message on|off

Select whether you want to see the copyright notice during startup. Default is `on', as you probably noticed.

Actually, the default is to display the startup message only when screen is not passed any argument.

Related Question