.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8. .TH HOZ "1" "October 2018" "hoz 1.65" "User Commands" .SH NAME hoz \- file splitter that uses the hacha file format .SH SYNOPSIS .B hoz [-pvf] [-c size[K|M]] [-o outpath] inputfname .TP .B ghoz .SH DESCRIPTION HOZ is a file splitter, which uses the same file format as the popular 'Hacha' program. .SH OPTIONS .TP \fB\-c\fR \fB\-\-cut\fR cut (file\->pieces) .TP \fB\-p\fR \fB\-\-paste\fR paste (pieces\->file) .TP \fB\-v\fR \fB\-\-verbose\fR verbose output .TP \fB\-f\fR \fB\-\-force\fR force overwrite of file when pasting .TP \fB\-o\fR \fB\-\-outpath\fR specify an output directory .TP \fB\-h\fR \fB\-\-help\fR print this help, then exit .TP \fB\-\-version\fR print hoz program version number, then exit .SH 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. .SH "SEE ALSO" You can find more information at http://hoz.sourceforge.net/