From a6ae824ff1502e3fe34c1fc18aa7610add5f6dfd Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 25 Jul 2016 17:16:29 +0300 Subject: [PATCH] locate-all: filter off excessive repos --- locate-all | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/locate-all b/locate-all index 21daa91..b4fcdee 100755 --- a/locate-all +++ b/locate-all @@ -1,2 +1,4 @@ #! /bin/sh -locate -b \*.git | sed 's!/\.git$!!' | sort | uniq >locate-all.list +locate -b \*.git | sed 's!/\.git$!!' | + grep -v "/archive/SQLObject/\|/third-party/\|$HOME/tmp/" | + sort | uniq > locate-all.list -- 2.39.2