mv.py(1)

Name

mv.py - Recursively move src to dst

SYNOPSIS

mv.py [OPTIONS] SRC DST

DESCRIPTION

Recursively move src to dst.

This is currently extremely limited compared to the GNU ls command, but improvements are expected to be done soon. If you need a specific feature to be completed please don’t hesitate to open an issue in our issue tracker.

OPTIONS

-h, --help
    Prints a usage message and exits

EXAMPLES

OVERVIEW

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

ENVIRONMENT VARIABLES

No environment variables affect the behavior of this software

EXIT STATUS

We aim to take advantage of exit status, but currently do not. The exit status will be 0 unless an error occurs in which case it will be non-zero.

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