what are the different commands used to view the contents
of a file?
Answer Posted / subbareddy kake
cat <file name>
more <file name>
vi <file name>
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Which command is used to copy files?
What does the command ' $who | sort –logfile > newfile' do?
What do chmod command do?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
Explain command to show the space allocation of files?
What does #!/ Bin sh do?
Which command should you use to find the remaining disk space in unix server?
What will the following command do?
How do I use grep to search for a file?
What are filter commands in unix?
Why is grep called grep?
How do you grep recursively?
how to sort the content of the file based on numeric values
What is the command to find maximum memory taking process on the server?
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)?