26 lines
770 B
Plaintext
26 lines
770 B
Plaintext
CAT(1) User Commands CAT(1)
|
|
|
|
NAME
|
|
cat - concatenate files and print on the standard output
|
|
|
|
SYNOPSIS
|
|
cat [FILE]...
|
|
|
|
DESCRIPTION
|
|
Concatenate FILE(s), or standard input to the standard output. When no
|
|
files are specified the standard input is used. Input from the standard
|
|
input is terminated by typing a ^D.
|
|
|
|
|
|
AUTHOR
|
|
Dave Hein
|
|
|
|
COPYRIGHT
|
|
Copyright (c) 2011, 2012, Dave Hein
|
|
MIT License (See license.txt in the root directory)
|
|
This is free software: you are free to change and redistribute it.
|
|
There is no warranty, to the extent permitted by law.
|
|
|
|
|
|
SPINIX utility March 2012 CAT(1)
|