Winnie
Underconst


Hoz es el hacha de GNU/Linux. (Si, aún hay gente que usa hahca para partir los ficheros).
Me sorprendió esta nota en la sección de Uso del README:
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.
CLI versions: type 'hoz --help'
Graphical versions: Click, click, click...
Comments
¿Pues que versión de hoz tienes?
Pues en mi caso muestra, el man muestra:
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
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.
Como ves, en mi caso, habla del "ghoz", el frontend GTK GUI de hoz.
¿También tienes una 1.65?
marc@copy2:~$ hoz --version
HOZ 1.65 Copyright (c) 2004 Gustavo Picon
http://hoz.sourceforge.net/
La misma
Aunque yo hablo del README del tarball...