write grep commands to select the lines that have exactly
two characters
Answer Posted / ankita
grep '^..$'
| Is This Answer Correct ? | 12 Yes | 13 No |
Post New Answer View All Answers
Which unix command to make a new directory?
What is the use of cut command in unix?
Why is it called grep?
What does 'mkdir' command do in UNIX?
What do chown command do?
What is the use of tee command?
What is merge command in unix?
What are reported commands?
Explain command to view process running?
How to find $ai_serual resolved path by using unix
Write a command to kill the last background job?
What do chgrp command do?
Describe the zip/unzip command using gzip.
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is the command to find hidden files in the current directory?