Write a grep (or grep) command that selects the lines from
a file that have exactly three characters.
Answer Posted / chintalapudi
grep -x '^???$' <filename>
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How many unix commands are there?
What is rmdir command?
Differentiate cmp command from diff command.
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is unix command?
Name the unix command to find how many days the server has been up.
Name the various commands that are used for the user information in unix.
What does the metacharacter mean?
What is the use of egrep command in unix?
what is the advaantage of each user having its own copy of the shell?
What is a command and examples?
Is it inbetween or in between?
Why is awk called awk?
Explain ‘system calls’ with respect to unix commands?
How to use grep command to list find the records of a file containing 10 different strings?