How does the user view the contents of a text file in UNIX?
Answer Posted / pitambar mishra
awk '{print}' filename
sed -n 'p' filename
p : print
n : restrict printing duplicate row
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Who invented grep?
What does grep v do?
Can you enlist some commonly used network commands?
How do I search a whole word in vim?
Explain ‘system calls’ with respect to unix commands?
What is grep command in unix with examples?
Which command is used to copy files?
What is awk good for?
Using unix command how to display no of records in oracle?
What does 'mkdir' command do in UNIX?
What are grep patterns?
What is command substitution?
Which command is used to restrict incoming messages?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
How many unix commands are there?