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

hoz - file splitter that uses the hacha file format

Description

       HOZ is a file splitter, which uses the same file format as the popular 'Hacha' program.

Name

       hoz - file splitter that uses the hacha file format

Options

-c--cut
              cut (file->pieces)

       -p--paste
              paste (pieces->file)

       -v--verbose
              verbose output

       -f--force
              force overwrite of file when pasting

       -o--outpath
              specify an output directory

       -h--help
              print this help, then exit

       --version
              print hoz program version number, then exit

See Also

       You can find more information at http://hoz.sourceforge.net/

hoz 1.65                                           August 2023                                            HOZ(1)

Synopsis

hoz[-pvf][-csize[K|M]][-ooutpath]inputfnameghoz

Usage

       There  are two basic operations: cut and paste. Cut will 'split' a file in pieces. The size of each piece
       is passed as an option. Each piece will have a numeric extension, starting with 0. So for instance if you
       'cut' a file called 'foo.iso', the pieces will be named 'foo.iso.0', 'foo.iso.1' and so on.

       Paste will 'merge' these pieces and generate and exact copy of the original file.

       ghoz is the graphical version of hoz, which uses a GTK GUI interface.

See Also