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
What is the use of find command in unix?
What are reported commands?
Which command should you use to find the remaining disk space in unix server?
What is the command to compare two files in unix?
What is grep command in unix with examples?
What are file commands?
What is used to type command?
Differentiate cat command from more command.
Which command is used to find whether the system is 32 bit or 64 bit?
What is the nmap command?
what is the advaantage of each user having its own copy of the shell?
Enumerate some of the most commonly used network commands in unix?
What is the pipe command?
What is the use of sed command in unix?
What is the first character of the output in ls l command?