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 |
How to convert a hidden file to normal visible file?
How to display no of records in oracle using unix command?
How to identify whether a file is normal file or directory?
How to redirect standard error to a file?
what is the use of "fg" command ?
what are the different operating systems available?
29. How to display top 10 users Who | head -10 | wc –w
what is the command to get help on a UNIX terminal?
What are file commands?
What is file system in unix??
What does the metacharacter mean?
What happens when we execute a unix command?