Write a grep (or grep) command that selects the lines from
a file that have exactly three characters.
Answer Posted / chintalapudi
grep -x '^???$' <filename>
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is grep and how do you use it?
Explain ‘library functions’ with respect to unix commands?
How do you grep a case insensitive?
What does find command return in unix?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What is the use of finger command?
What is the use of the tee command?
What is the use of awk command in unix?
Write a command to kill the last background job?
Explain command to view process running?
How do you grep recursively?
What are file commands?
What does pipe () return?
How to use grep command to list find the records of a file containing 10 different strings?
What is the comma to display different lines that are found when compare two files?