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 grep command in unix with examples?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What are awk commands?
How do I search a whole word in vim?
What will the following command do?
What does touch command do in unix?
Can you enlist some commonly used network commands?
What is the general format of unix command syntax?
Differentiate cat command from more command.
Write a command to kill the last background job?
Which command is used to find whether the system is 32 bit or 64 bit?
What is the difference between cat and more command?
how to sort the content of the file based on numeric values
What is the command to find maximum memory taking process on the server?
What is unix command line?