iLoveTux/unitils

View on GitHub
docs/cat.py.rst

Summary

Maintainability
Test Coverage
cat.py(1)
**********

Name
====

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

SYNOPSIS
========

.. code:: bash

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

DESCRIPTION
===========

    Concatenate FILE(s) to standard output.

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

.. code::

    -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 <https://github.com/ilovetux/unitils/issues>`_. This is also the
correct place for feature requests.

SEE ALSO
========

None yet

NOTES
=====

None yet