Write a grep (or grep) command that selects the lines from
a file that have exactly three characters.
Answer Posted / ripu
grep ^...$ <filename>
| Is This Answer Correct ? | 61 Yes | 8 No |
Post New Answer View All Answers
What are bash commands?
What does the metacharacter mean?
How do I open a port?
How do I clear my terminal history?
What is grep and how do you use it?
What is the general format of unix command syntax?
What is awk good for?
What are the unix commands?
What command will change your prompt to myprompt?
What are the general commands in using unix os for a beginner?
Write a command that will display files in the current directory, in a colored, long format.
Explain ‘system calls’ with respect to unix commands?
What is awk command used for?
Explain the steps that a shell follows while processing a command.
What is the command to compare two files in unix?