1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
.TH BLOCKSPLIT "1" "December 2023" "clonalorigin 1.0" "User Commands"
.SH NAME
blocksplit \- XFMA file splitter script for clonalorigin
.SH SYNOPSIS
.B blocksplit
<xfmafile>
.SH DESCRIPTION
.PP
blocksplit will read an XFMA file and output multiple XFMA files,
each one storing one block of the initial file.
The cut is done after each time a line with the character “=” is encountered.
.PP
It is part of the clonalorigin suite.
It takes one mandatory argument:
.TP
xfmafile
This is the input file passed to the script.
.PP
If the input file is for instance example.xfma,
and it has three blocks,
then the script will output three files named
example.xfma.1,
example.xfma.2,
and example.xfma.3,
storing the first, second and third block respectively.
.SH AUTHOR
This manpage was written by Étienne Mollier for the Debian distribution
and can be used for any other usage of the program.
|