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
Write a command to kill the last background job?
How does the system know where one command ends and another begins?
Which unix command to make a new directory?
What is the command to find maximum memory taking process on the server?
What is a command and examples?
What is sed awk grep?
What is awk used for?
What will the following command do?
What command will change your prompt to myprompt?
What do chmod command do?
Which command can you use to find the currently running process in unix server?
What do know about tee command?
What is the comma to display different lines that are found when compare two files?
How do I find previous commands in unix?
Why is it called grep?