Write a grep (or grep) command that selects the lines from
a file that have exactly three characters.
Answer Posted / satyawan
grep -n '\w{3}' <filename>
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the nmap command?
What are the general commands in using unix os for a beginner?
What is updatedb?
What are grep patterns?
What is the difference between cat command and more command?
What is grep r?
What does the metacharacter mean?
What are the dos commands?
How does the system know where one command ends and another begins?
what is the advaantage of each user having its own copy of the shell?
What does touch command do in unix?
How do I use grep to search for a file?
What are awk commands?
Describe the usage and functionality of the command rm –r * in unix?
What command is used to check the current users?