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 does 'mkdir' command do in UNIX?
What is Unix, and how does it differ from other operating systems?
distinguish between multi-tasking,multi-user,multi- processing and time sharing?
4 Answers Infosys, Nikhil Construction,
How to replace the exact word in vi editor?? suppose a file contains words like amaze,amazed,amazement in some of the line.But i want to replace only 'amaze' with delight but don't wanna replace amazed or amazement. thanks
6 Answers Polaris, Tech Mahindra,
Why is awk called awk?
What is the difference between pipe (|) and tee command in unix
Which command is used to kill the last background job?
What is the Unix file system hierarchy?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is grep command in unix with examples?
Which Command is Used for temprary switch User?
Which command is used to delete all files in the current directory and all its sub-directories?