Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 375 Bytes

broadcast message across the system.md

File metadata and controls

13 lines (9 loc) · 375 Bytes

Broadcast messages across the system

Lets say we need to broadcast a message to all the logged users on the system. For this we use wall as follows:

echo "pulling the project" | wall 

Broadcast Message from userd@host
(/dev/pts/4) at 16:40 ...
pulling the project