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
What is rmdir command?
What's a command word?
Why is it called grep?
What is the pipe command?
Which command is used to find whether the system is 32 bit or 64 bit?
What is the use of cut command in unix?
What is {} in find command?
What is the significance of the 'tee' command?
What does grep v grep do?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
Explain ‘system calls’ with respect to unix commands?
Write a command to display a file’s contents in various formats?
What is difference between grep and find command in unix?
How can you see the command line history?
How do you repeat a command in terminal?