xbps/bin/xbps-query
Juan RP 0b116a0f3f xbps-query(8): --search --property now works with <number> objects.
For example to find a package where its binpkg file is bigger than 1GB:

	$ xbps-query --regex -s [0-9][0-9][0-9][0-9]MB -p filename-size
2014-08-02 12:11:28 +02:00
..
defs.h xbps-query: added --regex to use EREs in ownedby and search modes. 2014-05-26 17:30:44 +02:00
list.c xbps-query(8): fix a segfault with '-vL' for local unsigned repositories. 2014-04-13 12:24:26 +02:00
main.c Implement support to "preserve" existent on-disk files. 2014-08-01 15:09:51 +02:00
Makefile mk/prog.mk: set MAN to $(BIN).8 by default. 2013-09-16 08:57:24 +02:00
ownedby.c xbps-query: check regcomp() return value. 2014-06-03 12:50:34 +02:00
search.c xbps-query(8): --search --property now works with <number> objects. 2014-08-02 12:11:28 +02:00
show-deps.c Use C99 for loop initializers. 2013-09-15 10:06:49 +02:00
show-info-files.c xbps-query(8): fix a segfault with -Rf if pkg is in repodata but not its binpkg. 2014-05-02 17:23:53 +02:00
xbps-query.8 xbps-query.8: explain modes and accepted options a bit more detailed. 2014-05-27 12:01:48 +02:00