1h5repart(1) General Commands Manual h5repart(1)
2
3
4
6 h5repart - Repartitions a file or family of files.
7
9 h5repart [-v] [-V] [-[b|m]N[g|m|k]] source_file dest_file
10
12 h5repart splits a single file into a family of files, joins a family of
13 files into a single file, or copies one family of files to another
14 while changing the size of the family members. h5repart can also be
15 used to copy a single file to a single file with holes.
16
17 Sizes associated with the -b and -m options may be suffixed with g for
18 gigabytes, m for megabytes, or k for kilobytes.
19
20 File family names include an integer printf format such as %d.
21
23 -v Produce verbose output.
24
25 -V Print a version number and exit.
26
27 -bN The I/O block size, defaults to 1kB
28
29 -mN The destination member size or 1GB
30
31 source_file
32 The name of the source file
33
34 dest_file
35 The name of the destination files
36
38 h5dump(1), h5ls(1), h5diff(1), h5import(1), gif2h5(1), h52gif(1),
39 h5perf(1)
40
41
42
43 h5repart(1)