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.

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)

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

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

Vanshali said:   1 decade ago
The 'grep' command is used for pattern searching, not for communication.

Prashant umariya said:   1 decade ago
Grep is a command-line text-search utility originally written for Unix, not for communication.

Akshay said:   1 decade ago
Grep command basically searches what you want I to search, vaishali rightly said, pattern searching command.

KK Tiwari said:   1 decade ago
Grep command is used for pattern matching in Linux operating system.

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

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

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


Post your comments here:

Your comments will be displayed after verification.