Go to the first, previous, next, last section, table of contents.

Startup

This section describes commands which are only useful in the `.screenrc' file, for use at startup.

echo

Command: echo [-n] message
(none)
The echo command may be used to annoy screen users with a 'message of the day'. Typically installed in a global screenrc. The option `-n' may be used to suppress the line feed. See also sleep. Echo is also useful for online checking of environment variables.

sleep

Command: sleep num
(none)
This command will pause the execution of a .screenrc file for num seconds. Keyboard activity will end the sleep. It may be used to give users a chance to read the messages output by echo.

Startup Message

Command: startup_message state
(none)
Select whether you want to see the copyright notice during startup. Default is `on', as you probably noticed.


Go to the first, previous, next, last section, table of contents.