Write a grep (or grep) command that selects the lines from
a file that have exactly three characters.
Answer Posted / suvarna
grep -w "[a-z][a-z][a-z]" file_name
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I find previous commands in unix?
Is command prompt unix?
What is the command to find hidden files in the current directory?
Which command is used to copy files?
What does the md command do?
Which command should you use to find the remaining disk space in unix server?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Who invented grep?
Is ‘du’ a command? If so, what is its use?
What is unix command?
Why is shebang used?
What is merge command in unix?
Using unix command how to display no of records in oracle?
What happens when we execute a unix command?
What does the command '$ls | wc –l > file1' do?