write grep commands to select the lines that have exactly
two characters
Answer Posted / amaresh
grep '^..$' filename
| Is This Answer Correct ? | 8 Yes | 10 No |
Post New Answer View All Answers
Explain how to use grep command to list find the records of a file containing 10 different strings?
Who command in unix?
What is the first character of the output in ls l command?
How do I use grep to search for a file?
What does the metacharacter mean?
Why is awk called awk?
What is unix command line?
How do I open a port?
What does awk stand for?
What does this command do,"$more readme.txt“?
What is the general format of unix command syntax?
What do chown command do?
Describe the usage and functionality of the command rm –r * in unix?
What is the use of awk command in unix?
Why is shebang used?