the cat command concatenate the files where as the more command is not meant for merging the files.... and more over the cat command displays the contents of the file where as the more command displays the contents of the file page by page!!!!!!!!! the syntax for cat : cat <filename>
the syntax for more: more<filename>
[not:we can also less in the place of more to get more details about the content of the file by page wise]
answered 3 months ago
by anonymous