Write a grep (or grep) command that selects the lines from
a file that have exactly three characters.
Answer Posted / saravan
grep -w [a-zA-Z][a-zA-Z][a-zA-Z] <filename>
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is the use of the tee command?
What does the “echo” command do?
What is grep r?
What is a command and examples?
Explain the steps that a shell follows while processing a command.
How to display no of records in oracle using unix command?
How do you repeat a command in terminal?
What is the first character of the output in ls l command?
What is rmdir command?
What does the md command do?
How does pipe () work?
Write a command to display a file’s contents in various formats?
How do I use grep to search for a file?
What does sed command do in unix?
How do I search a whole word in vim?