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
Which command can you use to find the currently running process in unix server?
What does grep v do?
What is {} in find command?
What is the comma to show the space allocation of files?
What is the first character of the output in ls l command?
How does the system know where one command ends and another begins?
What is .sh file?
Why is awk called awk?
How do I clear my terminal history?
What are some command words?
What is updatedb?
Are you in or at the office?
What is the use of the command 'ls -x chapter[1-5]' ?
What does touch command do in unix?
What does find command return in unix?