write grep commands to select the lines that have exactly
two characters
Answer Posted / yogita
grep '^..$' a.txt
| Is This Answer Correct ? | 12 Yes | 6 No |
Post New Answer View All Answers
What is the function of grep command in unix?
How to find $ai_serual resolved path by using unix
What is unix command?
What is pipe command in unix?
What is the use of egrep command in unix?
How does shebang work?
Is grep faster than awk?
Why is grep called grep?
What is the nmap command?
Which command will print your home directory on screen?
What is updatedb?
What is the use of sed command in unix?
What are filter commands in unix?
What is command substitution?
Differentiate cmp command from diff command.