Skip to content

Add copyfilerange #533

@oech3

Description

@oech3
> copyfilerange --help

Usage:
 copyfilerange [options] <source> <destination> <range>...

Copy the specified range(s) from source to destination file.

Options:
 -r, --ranges <file>     read ranges separated by newlines from this file
 -v, --verbose           verbose mode

 -h, --help              display this help
 -V, --version           display version

Arguments:
 <range> is of the form <source_offset>:<destination_offset>:<length>,
 with all values in bytes. If <length> is 0, as much data as available
 is copied. When an offset is omitted, the last file position is used.

For more details see copyfilerange(1).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions