pacutils icon indicating copy to clipboard operation
pacutils copied to clipboard

Feature request: output files that need to be corrected

Open xianwenchen opened this issue 5 years ago • 1 comments

At the moment I use

$ sudo paccheck --file-properties --quiet | grep -Po "(?<=').*(?=')"

to list files with full paths that need to be fixed, say

$ sudo paccheck --file-properties --quiet | grep -Po "(?<=').*(?=')" | sudo pacrepairfile --uid --gid --mode --mtime

It could be an advantage if paccheck could natively output such a list of files with full path, with an option like --problematic-files-only.

xianwenchen avatar Sep 08 '19 23:09 xianwenchen

paccheck is a package-oriented tool; I don't think having it output a list of files like that makes sense.

andrewgregory avatar Sep 14 '19 05:09 andrewgregory