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.

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