coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

csplit patch to emulate --numeric-suffixes in split


From: Roberto Reale
Subject: csplit patch to emulate --numeric-suffixes in split
Date: Mon, 17 Aug 2020 11:16:18 +0200

Hello,

I wrote a small patch in order for csplit(1) to start generating
output files at the given offset instead of counting from 0.

E.g.,

    csplit -o 1 -sz -n 2 ...

will generate files

    xx01
    xx02
    ...

Thank you for your time and attention,
Roberto Reale

Attachment: 0001-csplit-add-option-o-offset.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]