What is the syntax of grep command and what is its use?
Answer Posted / shilpa
syntax= % grep pattern file-name-1 file-name-2
It is used to search files
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Is grep faster than awk?
What are filter commands in unix?
Write a command to kill the last background job?
What is command substitution?
Enlist some filename manipulation commands in unix.
What is awk command used for?
Explain ‘library functions’ with respect to unix commands?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is the command to view process running?
What is s and g in sed command?
What is sed awk grep?
Is it inbetween or in between?
What is {} in find command?
Describe the usage and functionality of the command rm –r * in unix?
What is the significance of the 'tee' command?