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
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Describe the zip/unzip command using gzip.
What are the dos commands?
What does this command do,"$more readme.txt“?
Explain command to view process running?
Why is it called a shebang?
What is nr in awk command?
What is awk used for?
What are some command words?
How do I use nslookup?
Explain command to show the space allocation of files?
What is grep in bash?
How do I run a whois command?
What is unix command?
Explain the steps that a shell follows while processing a command.