write grep commands to select the lines that have exactly
two characters
Answer Posted / arun
grep "^..$" filename
| Is This Answer Correct ? | 76 Yes | 16 No |
Post New Answer View All Answers
What is the general format of unix command syntax?
How does the system know where one command ends and another begins?
Why is it called a shebang?
Explain mount and unmount command.
Is command prompt unix?
How do you grep a case insensitive?
What is time_t?
What is the command to compare two files in unix?
What is awk good for?
How do I open a port?
Is ‘du’ a command? If so, what is its use?
What is updatedb?
What are file commands?
What is the difference between cat and more command?
Enlist some filename manipulation commands in unix.