1RPMARGS(1) RPMARGS(1)
2
3
4
6 rpmargs - process RPM packages
7
9 rpmargs [-h] -c command [-p] [FILE...] [DIR...]
10
12 rpmargs executes a command against each RPM package given on the
13 command line. Extra word splitting is performed on the command. Each
14 FILE is treated as RPM package. Each DIR is processed with "*.rpm"
15 pattern, and RPM file basename is prepended to the command output.
16
18 -p When processing a directory, list package names, not file names;
19 furthermore, enable special treatment of packages with the same
20 name; that is, process only the one with the latest version.
21
22 -h Display this help and exit.
23
25 Written by Alexey Tourbin <at@altlinux.org>.
26
28 Copyright (c) 2005 Alexey Tourbin, ALT Linux Team.
29
30 This is free software; you can redistribute it and/or modify it under
31 the terms of the GNU General Public License as published by the Free
32 Software Foundation; either version 2 of the License, or (at your
33 option) any later version.
34
35
36
37rpmdevtools 7.5 2012-09-26 RPMARGS(1)