
msg
List of commands for msg:
-
msg:tldr:221c4 msg: Send a message to all users of the current machine.$ msg *try on your machineexplain this command
-
msg:tldr:69d3e msg: Set a delay in seconds for a message.$ msg /time:${10}try on your machineexplain this command
-
msg:tldr:71cee msg: Send a message to a specific server.$ msg /server:${server_name} ${select}try on your machineexplain this command
-
msg:tldr:85824 msg: Send a message from `stdin`.$ echo "${message}" | msg ${select}try on your machineexplain this command
-
msg:tldr:d4ef6 msg: Send a message to a specified user or session.$ msg ${select} ${message}try on your machineexplain this command