what are the different commands used to view the contents
of a file?

Answers were Sorted based on User's Feedback



what are the different commands used to view the contents of a file?..

Answer / subbareddy kake

cat <file name>

more <file name>

vi <file name>

Is This Answer Correct ?    7 Yes 0 No

what are the different commands used to view the contents of a file?..

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

what are the different commands used to view the contents of a file?..

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 are the different commands used to view the contents of a file?..

Answer / phil

lp file

Then walk over to the printer.

Is This Answer Correct ?    1 Yes 1 No

what are the different commands used to view the contents of a file?..

Answer / swapna

ls command
cat command
more command
vi command

Is This Answer Correct ?    1 Yes 9 No

Post New Answer

More Unix Commands Interview Questions

What does 'mkdir' command do in UNIX?

0 Answers   Syntel, Visa,


What is Unix, and how does it differ from other operating systems?

2 Answers  


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?

0 Answers  


What is the difference between pipe (|) and tee command in unix

14 Answers   Cap Gemini, TCS,


Which command is used to kill the last background job?

0 Answers  


What is the Unix file system hierarchy?

2 Answers  


Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?

0 Answers  


What is grep command in unix with examples?

0 Answers  


Which Command is Used for temprary switch User?

5 Answers   BitWise, IBM,


Which command is used to delete all files in the current directory and all its sub-directories?

0 Answers  


Categories