From 8b1ac0bf2c0434749f5e7d87d9840c2030228174 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Wed, 30 Jul 2014 15:54:20 +0200 Subject: initial import of xtools --- xlocate | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 xlocate (limited to 'xlocate') diff --git a/xlocate b/xlocate new file mode 100755 index 0000000..63c2d9b --- /dev/null +++ b/xlocate @@ -0,0 +1,4 @@ +#!/bin/sh +# xlocate PATTERN - locate files in all XBPS packages + +xbps-query --regex -Ro "$@" | sed 's/(http:.*)$//; s/-[^-]*:/\t/' -- cgit 1.4.1