about summary refs log tree commit diff
path: root/xlocate
blob: 705cd3416a001dabedd418bafcc4cb3c29982d66 (plain) (blame)
1
2
3
4
#!/bin/sh
# xlocate PATTERN - locate files in all XBPS packages

xbps-query --regex -Ro "$@" | sed 's/ *([^)]*)$//; s/^\([^ ]*\)-[^-]*: /\1\t/'