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
Explain ‘system calls’ with respect to unix commands?
What is used to type command?
How does the system know where one command ends and another begins?
Explain the steps that a shell follows while processing a command.
What is the difference between cat command and more command?
What are awk commands?
What is the significance of the 'tee' command?
Which unix command lists files/folders in alphabetical order?
Which command is used to create a directory?
What is the command to compare two files in unix?
What does sed command do in unix?
Why is grep called grep?
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
What is time_t?
What is awk used for?