Write a grep (or grep) command that selects the lines from
a file that have exactly three characters.
Answer Posted / udhaya
grep ^???$ <filename>
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Explain ‘library functions’ with respect to unix commands?
What is updatedb?
What is $0 bash?
What is the comma to show the space allocation of files?
Write a command to kill the last background job?
What is the difference between cat command and more command?
What is ctrl d?
How do I run a bash script?
Describe the usage and functionality of the command rm –r * in unix?
What is the use of sed command in unix?
What is the use of awk command in unix?
What does the command '$ls | wc –l > file1' do?
What does 'mkdir' command do in UNIX?
How does pipe () work?
What is the difference between awk and grep?