What is the syntax of grep command and what is its use?
Answer Posted / amit
grep command is used to search the any word, any sentence
from given or input file.
syntex of grep command is
grep "word or sentence" filename
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What does grep v grep do?
What does the command ' $who | sort –logfile > newfile' do?
What is the unix command to confirm a remote host is alive or not?
Is grep faster than awk?
What are the unix commands?
Write a command to kill the last background job?
Differentiate cmp command from diff command.
Which unix command to make a new directory?
What are the commands in UNIX to list the files in a Directory?
What difference between cmp and diff commands?
What is the difference between grep and grep?
What command is used to switching between users in unix?
What is grep and how do you use it?
How do you repeat a command in terminal?
Write a command that will display files in the current directory, in a colored, long format.