Unix - Engineering

Q1:

Which of the following is not a communication command.

A write

B mesg

C mail

D grep

E None of the above

ANS:D - grep

1) GREP is a *Search Command*, use for searching patterns.

2) GREP is *global regular expression print*.