Write a grep (or grep) command that selects the lines from
a file that have exactly three characters.
Answer Posted / ramesh
grep "^...$" <file name>
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is time_t?
What is command substitution?
Does cp command overwrite files?
What is awk used for?
Is grep faster than awk?
What is the difference between cat command and more command?
How do I search for text in vi?
What is awk good for?
What are bash commands?
What is the difference between awk and grep?
What does this command do? Cat food 1 > kitty
Which command is used to copy files?
Which command is used to restrict incoming messages?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What does this command do,"$more readme.txt“?