Write a grep (or grep) command that selects the lines from
a file that have exactly three characters.
Answer Posted / usama el far
grep -n root /etc/passwd|cut -f1 -d:
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What command is used to switching between users in unix?
What is the use of the command 'ls -x chapter[1-5]' ?
What is in grep command?
What is awk good for?
What is grep and how do you use it?
How do I open a port?
Which command is used to find whether the system is 32 bit or 64 bit?
What command is used to check the current users?
What does sed command do in unix?
What does the metacharacter mean?
How do I search a whole word in vim?
How do I run a whois command?
Which command is used to create a directory?
Is grep faster than awk?
What does the “echo” command do?