What is the syntax of grep command and what is its use?

Answers were Sorted based on User's Feedback



What is the syntax of grep command and what is its use?..

Answer / bharath

grep command is used to search a file for keywords.
grep 'keyword' file

Is This Answer Correct ?    9 Yes 0 No

What is the syntax of grep command and what is its use?..

Answer / 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

What is the syntax of grep command and what is its use?..

Answer / guest

grep " string" filename

Is This Answer Correct ?    3 Yes 1 No

What is the syntax of grep command and what is its use?..

Answer / ankita

grep is used to find the patterns inside files.

grep -options "pattern" file_name

grep -i "hello" test_file

this is search for "hello"(case doesn't matter as we have used -i) in test_file

Is This Answer Correct ?    0 Yes 0 No

What is the syntax of grep command and what is its use?..

Answer / shilpa

syntax= % grep pattern file-name-1 file-name-2
It is used to search files

Is This Answer Correct ?    0 Yes 1 No

What is the syntax of grep command and what is its use?..

Answer / bhaskar

syntax

grep "filename or string name"


It is used to find the values quickly

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Unix Commands Interview Questions

what is the cmd to display the last exit status in UNIX?

5 Answers   MEIT, Syntel,


What difference between cmp and diff commands?

0 Answers  


how to check a file system type

7 Answers   Wipro,


When the shell is reading the command line what is the difference between text enclosed between double quotes ( ” ) and text enclosed between signal quotes ( ’ )?

3 Answers  


what is kernel?

6 Answers  






what is the command to print last 8 lines of any text file.

10 Answers  


How to check the flavor of UNIX?

8 Answers   HCL, Syntel,


What is the functions of zambie process?

3 Answers  


what is difference between unix and linux?

6 Answers   IBM, Shell, Wipro,


Name the various commands that are used for the user information in unix.

0 Answers  


Explain ‘system calls’ with respect to unix commands?

0 Answers  


What happens when we execute a unix command?

0 Answers  


Categories