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
Using unix command how to display no of records in oracle?
What is rmdir command?
How do I search for a file in unix command?
What is .sh file?
Who wrote grep?
How do you grep recursively?
What is the first character of the output in ls l command?
What are the commands in UNIX to list the files in a Directory?
What do chown command do?
What's a command word?
What are filter commands in unix?
What command will change your prompt to myprompt?
What is the use of cut command in unix?
Does cp command overwrite files?
What is the difference between cat command and more command?