Découpage de fichiers

De Linuxmemo.


[modifier] fichier sans compression (.001 .002 ...)

  • LXSpli

Usage: lxsplit [OPTION] [FILE] [SPLITSIZE]

Available options:

-j : join the files beginning with the given name
-s : split the given file.  requires a valid size

Splitsize examples: 15M, 100m, 5000k, 30000000b

lxsplit -s hugefile.bin 15M
lxsplit -j hugefile.bin.001
Outils personnels