Write a Script to Broadcast a message to a specified user when the user loged on any terminal
echo "Enter User Name :- \c" read user who -a > who -file check-user = 'grep -c $user who -file'if [$checkuser = 0];then write $user "welcome to new world"