Skip to content

Latest commit

 

History

History
70 lines (45 loc) · 1.13 KB

cat.py.rst

File metadata and controls

70 lines (45 loc) · 1.13 KB

cat.py(1)

Name

cat.py - Concatenate files and print on standard output.

SYNOPSIS

cat.py [OPTIONS]... [FILE]...

DESCRIPTION

Concatenate FILE(s) to standard output.

When no FILE or when FILE is "-", read standard input.

-h, --help
    Print usage message and exit
--version
    output version information and exit
-n, --number
    Number all output lines.

EXAMPLES

OVERVIEW

This is a work-in-progress, we aim to become feature-compatible with cat as released by the Free Software Foundation.

ENVIRONMENT VARIABLES

No environment variables affect the behavior of this software.

COPYRIGHT

Copyright 2016 Clifford Bressette IV (iLoveTux).

This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

BUGS

Bugs can be reported in our issue tracker. This is also the correct place for feature requests.

SEE ALSO

None yet

NOTES

None yet