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 awk used for?
What does grep v grep do?
What is the comma to show the space allocation of files?
What does the md command do?
Who wrote grep?
What is the behavioural difference between cmp and diff commands?
How do I use nslookup?
What does touch command do in unix?
What does this command do,"$more readme.txt“?
What is the functionality of a top command?
How do I search for a file in unix command?
What is nr in awk command?
Write a command to kill the last background job?
What is the command to find hidden files in the current directory?
Explain the steps that a shell follows while processing a command.