Alternatives to xcp

A partial clone of the Unix cp command with progress feedback and optimisations for some copy tasks. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as xcp.

  • GNU Coreutils

    The core GNU file, shell and text utilities, including ls, cp, mv and sort.

    GNU Coreutils provides the standard full cp command found on most Linux systems, without xcp's built-in progress feedback but with the GNU options many scripts expect.

  • uutils coreutils

    A cross-platform rewrite of the GNU coreutils in Rust, covering commands such as ls, cp and sort.

    uutils coreutils is a Rust rewrite of the full core command set including cp, runs on Windows, macOS and Linux, and may differ from GNU in edge cases.

Similar software

Related functionality, not a direct replacement.