Multiple choice unix

Which of the following is not a communication command.

  1. write

  2. mesg

  3. mail

  4. grep

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

grep is a text search utility, not a communication command. write, mesg, and mail are all UNIX commands for user-to-user communication.