write grep commands to select the lines that have exactly
two characters
Answer Posted / mr. manindra nayak
grep -w "^..&" filename
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
What does pipe () return?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What happens when we execute a unix command?
How do I clear my terminal history?
Write a command to kill the last background job?
Which command is used to delete all files in the current directory and all its sub-directories?
Explain ‘system calls’ with respect to unix commands?
What is the command to view process running?
What is awk good for?
What is the command to find hidden files in the current directory?
What is the use of the tee command?
What is the difference between grep and grep?
Give the command for finding the current date.
How do I use grep to find a file?
How to use grep command to list find the records of a file containing 10 different strings?