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
What does find command return in unix?
Which command is used to restrict incoming messages?
What is the functionality of a top command?
What is the command to find hidden files in the current directory?
Name the various commands that are used for the user information in unix.
What does grep v grep do?
How do you repeat a command in terminal?
What is the significance of the 'tee' command?
What's a command word?
What command will change your prompt to myprompt?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What is rmdir command?
What is the use of awk command in unix?
What is the function of grep command in unix?
Why is it called grep?