what are the different commands used to view the contents
of a file?
Answers were Sorted based on User's Feedback
Answer / subbareddy kake
cat <file name>
more <file name>
vi <file name>
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / shaishaw
fold <file name>
cat <file name>
view <file name>
more <file name>
less <file name>
vi <file name>
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / nilu..
cat <file name>
view <file name>
more <file name>
less <file name>
vi <file name>
| Is This Answer Correct ? | 4 Yes | 2 No |
what is the advaantage of each user having its own copy of the shell?
0 Answers BMC, CNS, DELL, Infosys,
Explain how to use grep command to list find the records of a file containing 10 different strings?
How to get a particular string as your prompt ? Give syntax of that command?
How can you change the owner or group of a file?
How do you create a directory in UNIX?
in UNIX,How do you check for processes started by particular user suppose the user name is 'suresh'?
distinguish between interrupts and exceptions?
How do you find path of a directory? Give its syntax.
What is pid?
Which mode is used for allowing file write,read and append mode?
What are awk commands?
Give command that will make the file "run.sh" executable?