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 is $0 bash?
What is the difference between grep and grep?
What do know about tee command and its usage?
What does sed command do in unix?
Can you explain a little bit about command substitution?
What is the command to compare two files in unix?
What difference between cmp and diff commands?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
How do I search a whole word in vim?
What is updatedb?
what is the advaantage of each user having its own copy of the shell?
Why is it called a shebang?
Why is it called grep?
What are the differences among a system call, a library function, and a unix command?
What command is used to switching between users in unix?