Package osh :: Package command :: Module cat
[frames] | no frames]

Module cat

source code

cat FILENAME

Each line of the file named by FILENAME is written to output. Newline characters (\n) are omitted. The cat command takes no input.

Functions
 
cat(filename)
Each line of the file named by filename is written to output.
source code
Function Details

cat(filename)

source code 

Each line of the file named by filename is written to output. Newline characters (\n) are omitted. cat takes no input.