How does the user view the contents of a text file in UNIX?
Answer Posted / shaishaw
cat filename
less filename
more filename
view filename
vi filename
fold filename
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Which command is used to create a directory?
What is the use of awk command in unix?
What is used to type command?
What is command substitution?
What is the pipe command?
What is the comma to display different lines that are found when compare two files?
Why is it called grep?
What are awk commands?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
Give the command for finding the current date.
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
Explain command to display different lines that are found when compare two files?
What do chmod command do?
Explain mount and unmount command.
Which command is used to kill the last background job?