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

How does pipe () work?

0 Answers  


What does find command return in unix?

0 Answers  


Who command in unix operating system?

0 Answers  


How do you move a process which is running background to foreground?

9 Answers  


how will u execute a file in unix

8 Answers   QA,






How to find $ai_serual resolved path by using unix

0 Answers  


What is pid?

4 Answers  


The rm command removes links to file. What does this mean? How then is a file deleted from the file system?

5 Answers  


What is file system in unix??

10 Answers   Symphony,


what is the difference between npar and vpar in HP-UX?

1 Answers   CSC,


Is grep faster than awk?

0 Answers  


what is the command to list all files in a directory, including the hidden files in UNIX ?

9 Answers   CTS,


Categories