How does the user view the contents of a text file in UNIX?
Answer Posted / kamal
cat file, less file, more file, tail -n file, head file
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the pipe command?
Is grep faster than awk?
How can you see the command line history?
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)?
What is used to type command?
Enlist some filename manipulation commands in unix.
Enumerate some of the most commonly used network commands in unix?
What does find command return in unix?
How does pipe () work?
How do I open a port?
Who invented grep?
What is ctrl d?
What is the command to view process running?
Which command is used to create a directory?
What is in grep command?