Write a grep (or grep) command that selects the lines from
a file that have exactly three characters.
Answer Posted / saravan
Sorry use the below commands to get the exact word contains
3 char in the file.
grep -w "[a-zA-Z][a-zA-Z][a-zA-Z]" <filename>
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is nr in awk command?
Explain command to view process running?
Write a command to kill the last background job?
What is the difference between cat command and more command?
What is sed awk grep?
What do know about tee command?
What is grep command in unix with examples?
What do chmod, chown, chgrp commands do?
What does the md command do?
What do chgrp command do?
What is the size of time_t?
Which command is used to copy files?
What is the use of find command in unix?
What is the difference between cat and more command?
Enumerate some of the most commonly used network commands in unix?