Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 910755 - app-portage/portage-utils: allow qfile -o to search recursively
Summary: app-portage/portage-utils: allow qfile -o to search recursively
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Fabian Groffen
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-23 21:04 UTC by Sam James
Modified: 2023-07-23 21:07 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-07-23 21:04:33 UTC
I suppose this would be useful for qfile in general, but I only ever really want this for --orphans (-o).

I have to ask people to run something like: 'qfile -o /usr/lib/python*/site-packages/*/*' quite often. It'd be great to not need globs/find and to just do:

qfile -ro /usr/lib/python*

and get a list of orphaned files from that path recursively.