Output content of a file with “cat” command

​It is possible to view content of a single file with “cat” command. “cat” word stands for concatenate. It is possible to use more than one file with “cat” command and redirect that output to a new file, in this case a new file will contain the contents of the files that had been used in the “cat” command.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator