1PQ2-RM(1) General Commands Manual PQ2-RM(1)
2
3
4
6 pq2-rm - Remove one or more datasets from a dataset meta-repository
7 based on ROOT files
8
10 pq2-rm [options] dataset
11
13 This manual page documents briefly the pq2-rm program.
14
15 pq2-rm is a script invoking the pq2 ROOT application to remove one or
16 more datasets from a dataset meta-repository based on ROOT files; the
17 repository can be accessed via the local file system or a remote file
18 server daemon or a PROOF facility.
19
20 More details about the underlying 'pq2' application can be found in the
21 man page pq2(1).
22
24 dataset
25 Datasets to be removed; the '*' wild card in the items (in such
26 a case the full string, as shown by pq2-ls, should be given,
27 e.g. '/default/ganis/h1-set5*'.
28
30 -h, --help
31 Display help information.
32
33 -k, --keep
34 Keep the temporary files created during the analysis under
35 $TMPDIR
36
37 -v Verbose mode
38
39 -d <dataset>, --dataset=<dataset>
40 Alternative way to define the datasets to be removed.
41
42 -u <serverurl>, --url=<serverurl>
43 URL of the PROOF master or data server providing the informa‐
44 tion; for data servers, it must include the directory. Can also
45 be specified via the environment variables PQ2PROOFURL or
46 PQ2DSSRVURL (see ENVIRONMENT VARIABLES)."
47
48 -t <dir>, --tmpdir=<dir>
49 Directory for temporary files; defualt is /tmp/<username>.
50
52 See setup-pq2(1).
53
55 pq2(1), setup-pq2(1), pq2-ls(1), pq2-ls-files(1), pq2-ls-files-
56 server(1), pq2-info-server(1), pq2-ana-dist(1), pq2-put(1), pq2-ver‐
57 ify(1), pq2-cache(1)
58
59 For more information on the ROOT system, please refer to
60 http://root.cern.ch
61
63 Gerardo Ganis for the ROOT team.
64
66 This library is free software; you can redistribute it and/or modify it
67 under the terms of the GNU Lesser General Public License as published
68 by the Free Software Foundation; either version 2.1 of the License, or
69 (at your option) any later version.
70
71 This library is distributed in the hope that it will be useful, but
72 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
73 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
74 General Public License for more details.
75
76 You should have received a copy of the GNU Lesser General Public
77 License along with this library; if not, write to the Free Software
78 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
79 USA
80
82 This manual page was originally written by Gerardo Ganis <ger‐
83 ardo.ganis@cern.ch>, for ROOT version 5.
84
85
86
87ROOT Version 5 PQ2-RM(1)