Wiki source for CommandCat
=====Command cat=====
This command is part of the [[CommandsPosix posix]] extensions and needs to be imported to be available to the shell.
See [[CommandsPosix Posix Commands]]
====Name====
**cat** concatenates files
====Synopsis====
cat [file ...]
====Description====
If there are any arguments, then they are concatenated and written to the output.
If there are no arguments then the input is copied to the output.
====Return Value====
Returns 0 if the command executed successfully, 1 if there was an error.
----
[[Commands]]
[[CategoryCommands]]
[[CommandsPosix]]
This command is part of the [[CommandsPosix posix]] extensions and needs to be imported to be available to the shell.
See [[CommandsPosix Posix Commands]]
====Name====
**cat** concatenates files
====Synopsis====
cat [file ...]
====Description====
If there are any arguments, then they are concatenated and written to the output.
If there are no arguments then the input is copied to the output.
====Return Value====
Returns 0 if the command executed successfully, 1 if there was an error.
----
[[Commands]]
[[CategoryCommands]]
[[CommandsPosix]]