Write a grep (or grep) command that selects the lines from
a file that have exactly three characters.
Answer Posted / saravan
grep -w [a-zA-Z][a-zA-Z][a-zA-Z] <filename>
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is the use of sed command in unix?
How can we use grep command in unix?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What difference between cmp and diff commands?
What happens when we execute a unix command?
why metadb requires a seperate slice to create Solaris volume manager
What is grep and how do you use it?
What is the command to find maximum memory taking process on the server?
What is the comma to display different lines that are found when compare two files?
What is unix command line?
Which command will print your home directory on screen?
Which command can you use to find the currently running process in unix server?
Which unix command lists files/folders in alphabetical order?
What do chgrp command do?
What is $0 bash?