Revision [605]
This is an old revision of CommandCat made by DavidLee on 2009-05-31 13:52:47.
Command cat
This command is part of the posix extensions and needs to be imported to be available to the shell.
See Posix Commands
Name
cat concatenates filesSynopsis
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.CategoryCommands
CommandsPosix