
- Forum
- Operating Systems
- Linux
- Any Other Option
Any Other Option
This is a discussion on Any Other Option within the Linux forums, part of the Operating Systems category; I am working with Linux Operating system.One of the option I know for viewing contents of the file is cat ...
-
02-02-2007, 07:47 AM #1
- Join Date
- Apr 2006
- Answers
- 124
Any Other Option
I am working with Linux Operating system.One of the option I know for viewing contents of the file is cat filename. Is there any other option or method to achieve the same?
-
In addition to cat command the following Commands namely more, and less let you view the contents of a text file from the command line, without having to invoke an editor.
-
Command cat outputs all lines in a file at once. You may prefer to use more and less because they both output file contents one screen at a time. Less is an enhanced version of more that allows key commands from the vi text editor to enhance file viewing.
-
Sponsored Ads

Reply With Quote





