1H5COPY:(1)                       User Commands                      H5COPY:(1)
2
3
4

NAME

6       h5copy: - Copies HDF5 objects from a file to a new file
7

DESCRIPTION

9       usage: h5copy [OPTIONS] [OBJECTS...]
10
11              OBJECTS
12
13       -i, --input
14              input file name
15
16       -o, --output
17              output file name
18
19       -s, --source
20              source object name
21
22       -d, --destination
23              destination object name
24
25              OPTIONS
26
27       -h, --help
28              Print a usage message and exit
29
30       -p, --parents
31              No error if existing, make parent groups as needed
32
33       -v, --verbose
34              Print information about OBJECTS and OPTIONS
35
36       -V, --version
37              Print version number and exit
38
39       -f, --flag
40              Flag type
41
42              Flag type is one of the following strings:
43
44       shallow
45              Copy only immediate members for groups
46
47       soft   Expand soft links into new objects
48
49       ext    Expand external links into new objects
50
51       ref    Copy  references  and any referenced objects, i.e., objects that
52              the references point to.
53
54              Referenced objects are copied in addition to the objects
55
56              specified on the command line and reference datasets  are  popu‐
57              lated  with  correct  reference  values.  Copies  of  referenced
58              datasets outside the copy range specified on  the  command  line
59              will normally have a different name from the original.
60
61              (Default:Without this option, reference value(s) in any
62
63              reference  datasets  are  set to NULL and referenced objects are
64              not copied unless they are otherwise within the copy range spec‐
65              ified on the command line.)
66
67       noattr Copy object without copying attributes
68
69       allflags
70              Switches all flags from the default to the non-default setting
71
72              These flag types correspond to the following API symbols
73
74              H5O_COPY_SHALLOW_HIERARCHY_FLAG   H5O_COPY_EXPAND_SOFT_LINK_FLAG
75              H5O_COPY_EXPAND_EXT_LINK_FLAG     H5O_COPY_EXPAND_REFERENCE_FLAG
76              H5O_COPY_WITHOUT_ATTR_FLAG H5O_COPY_ALL
77

SEE ALSO

79       The  full  documentation for h5copy: is maintained as a Texinfo manual.
80       If the info and h5copy: programs are properly installed at  your  site,
81       the command
82
83              info h5copy:
84
85       should give you access to the complete manual.
86
87
88
89h5copy: Version 1.8.7             August 2011                       H5COPY:(1)
Impressum