Write a grep (or grep) command that selects the lines from
a file that have exactly three characters.
Answer Posted / suvarna
grep -w "[a-z][a-z][a-z]" file_name
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you grep a case insensitive?
Which unix command lists files/folders in alphabetical order?
Which command will print your home directory on screen?
What is nr in awk command?
What is {} in find command?
What is the use of awk command in unix?
Is command prompt unix?
Explain ‘system calls’ with respect to unix commands?
What is awk command used for?
What is the pipe command?
How do I search for text in vi?
What is the use of tee command?
Differentiate cat command from more command.
How do I open a port?
What does awk stand for?