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

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