PKGMAN-FSEARCH(1) General Commands Manual PKGMAN-FSEARCH(1)

pkgman-fsearchsearch the packages sources directories for a file in footprint

pkgman fsearch [-v | -vv] [--path] [--regex] [--full] expr

Search the packages sources directories for expr in packages' .footprint files. It looks in all directories specified in /etc/pkgman.conf as “pkgsrcdir” argument.

The options are as follows:

Show package version in the listing.
Show package version and description in the listing.
Show package source path in the listing.
Interpret expr as regular expression.
Full path search (e.g. “pkgman fsearch --full /usr/bin/gcc”).
expr
Search footprints for expr, where the expression may be the string, wildcard in fnmatch(3) format, or regex in regex(3) format.

0
Success.
255
Nothing found.
September 9, 2023 Zeppe-Lin