Write a grep (or grep) command that selects the lines from
a file that have exactly three characters.
Answer Posted / saravan
Sorry use the below commands to get the exact word contains
3 char in the file.
grep -w "[a-zA-Z][a-zA-Z][a-zA-Z]" <filename>
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What are some command words?
How do you grep recursively?
What are grep patterns?
What are the unix commands?
What is the function of grep command in unix?
Explain the steps that a shell follows while processing a command.
What is the difference between awk and grep?
How do I open a port?
How do I search for text in vi?
How do I use nslookup?
Using unix command how to display no of records in oracle?
What command is used to switching between users in unix?
What is pipe command in unix?
What is command substitution?
How can you see the command line history?