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 this command do? Cat food 1 > kitty
Write a command that will display files in the current directory, in a colored, long format.
What is pipe command in unix?
What is the command to view process running?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Which command is used to delete all files in the current directory and all its sub-directories?
Differentiate cmp command from diff command.
What does #!/ Bin sh do?
Name the various commands that are used for the user information in unix.
What is {} in find command?
What do chmod, chown, chgrp commands do?
What is the first character of the output in ls l command?
How to find $ai_serual resolved path by using unix
What is the difference between grep and grep?
What is the command to find hidden files in the current directory?