logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

blocksplit - XFMA file splitter script for clonalorigin

Author

       This  manpage  was  written  by Étienne Mollier for the Debian distribution and can be used for any other
       usage of the program.

clonalorigin 1.0                                  December 2023                                    BLOCKSPLIT(1)

Description

       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.

       It is part of the clonalorigin suite.  It takes one mandatory argument:

       xfmafile
              This is the input file passed to the script.

       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.

Name

       blocksplit - XFMA file splitter script for clonalorigin

Synopsis

blocksplit <xfmafile>

See Also