Computer Science - Linux - Discussion

Discussion Forum : Linux - Section 1 (Q.No. 20)
20.
Which of the following is not a communication command?
grep
mail
mesg
write
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
14 comments Page 1 of 2.

Sampige bs said:   6 months ago
mail, mesg and write are communication commands.

Abhishek Sharma said:   5 years ago
Grep is used to search the string in Linux.
(1)

HamissouOumarou said:   8 years ago
By default, grep is used to display the matching lines.
(1)

Vasanth said:   9 years ago
The grep command is used to pick out the selected word from the file and print the output
and find command is used find out the particular file's or directory's path.
(1)

KUTBUDDEEN ANSARI said:   9 years ago
The shell program is stored in a file called:

A- UNIX
B- sh
C- Dd
E- Cc

Give the answer.

Vijaybabu said:   9 years ago
Can anybody tell me the difference between grep command and find command?

Bhavika said:   1 decade ago
grep, egrep, fgrep: Print lines matching a pattern.

Xyxy said:   1 decade ago
What are the commands that come under communications?

Indrajit Narvekar said:   1 decade ago
In think communication means, it is between command line and program.

Ashu said:   1 decade ago
Grep is used to search a word or string inside a file.


Post your comments here:

Your comments will be displayed after verification.