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 use of tee command?
What happens when we execute a unix command?
What is the use of egrep command in unix?
How do you grep recursively?
Which command is used to copy files?
How do I search for a file in unix command?
Differentiate cat command from more command.
What is time_t?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
How can we use grep command in unix?
What is the behavioural difference between cmp and diff commands?
Is it inbetween or in between?
How do you repeat a command in terminal?
Is grep faster than awk?
What is grep in bash?