What is the syntax of grep command and what is its use?
Answers were Sorted based on User's Feedback
Answer / bharath
grep command is used to search a file for keywords.
grep 'keyword' file
Is This Answer Correct ? | 9 Yes | 0 No |
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 |
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 |
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 an Unix command to convert HEX value to ASCII value located in any flat file.
what is Online(STM) and offline diagnostics in HP-UX?
What does sed command do in unix?
What is the use of find command in unix?
how will you convert a general file to a hidden file?
what is the default permission for /etc/shadow file in UNIX
what does a process mean?
What is awk command used for?
How i'll delete a particular line from the file? Please give answer as soon as possible. Thanks in advance.
What do know about tee command?
How we will execute previous command in vi editor?
How do you know about running processes of a particular user?