Sortix volatile manual
This manual documents Sortix volatile, a development build that has not been officially released. You can instead view this document in the latest official manual.
WALL(1) | General Commands Manual | WALL(1) |
NAME
wall
— write
message to all users
SYNOPSIS
wall |
[-m message]
[file] |
DESCRIPTION
wall
broadcasts a
message to the terminals of all users logged into the
system. If no message is specified, the message is
read from the file if specified, or the standard input
otherwise.
The options are as follows:
-m
message- Broadcast this message rather than reading from the standard input or the specified file file.
EXIT STATUS
wall
will exit 0 on success and non-zero
otherwise.
SEE ALSO
October 15, 2024 | Sortix 1.1.0-dev |