Write a grep (or grep) command that selects the lines from
a file that have exactly three characters.
Answer Posted / satyawan
grep -n '\w{3}' <filename>
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How do I search for text in vi?
What are the differences among a system call, a library function, and a unix command?
What is the use of the tee command?
What is the difference between cat command and more command?
What is grep command in unix with examples?
Which command is used to copy files?
What is the search command in unix?
What is the use of the command 'ls -x chapter[1-5]' ?
How do I find previous commands in unix?
Using unix command how to display no of records in oracle?
Why is it called grep?
What is unix command line?
What are file commands?
What is $0 bash?
What does the “echo” command do?