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
How do I run a bash script?
How do I use grep to search for a file?
How does the system know where one command ends and another begins?
What is the behavioural difference between cmp and diff commands?
Can you enlist some commonly used network commands?
Explain ‘system calls’ with respect to unix commands?
What do chown command do?
What is $0 bash?
How do I use nslookup?
Is ‘du’ a command? If so, what is its use?
What is grep and how do you use it?
How do I find previous commands in unix?
What are some command words?
Differentiate cmp command from diff command.
Using unix command how to display no of records in oracle?