1RPMFILE(1) RPMFILE(1)
2
3
4
6 rpmfile - list file modes and types in RPM packages
7
9 rpmfile [-h] [-a] [-p] [FILE...] [DIR...]
10
12 rpmfile produces three-column output: file name, file mode (octal), and
13 file type, as determined by file(1). When processing a directory, an
14 additional column is prepended to the output, which is typically RPM
15 file basename.
16
18 -a Process all Sisyphus packages.
19
20 -p When processing a directory, list package names, not file names;
21 furthermore, enable special treatment of packages with the same
22 name; that is, process only the one with the latest version.
23
24 -h Display this help and exit.
25
27 Written by Alexey Tourbin <at@altlinux.org>.
28
30 Copyright (c) 2005 Alexey Tourbin, ALT Linux Team.
31
32 This is free software; you can redistribute it and/or modify it under
33 the terms of the GNU General Public License as published by the Free
34 Software Foundation; either version 2 of the License, or (at your
35 option) any later version.
36
38 rpmargs(1), rpm(8), rpm2cpio(8), file(1)
39
40
41
42rpmdevtools 9.3 2021-01-27 RPMFILE(1)