X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=locate-all;h=afaa3e757cfb9ce77517230c97faa4e67c157768;hb=f7e88cf0e98ed852def4625211fd6f21799d7129;hp=a7837d217f2496ca187a820b9ff3208afe13f6a4;hpb=92a7fe8c267ba5b43a4ee512fe978c9666da906f;p=git-scripts.git diff --git a/locate-all b/locate-all index a7837d2..afaa3e7 100755 --- a/locate-all +++ b/locate-all @@ -1,3 +1,4 @@ #! /bin/sh -(locate -b \\.git && locate -b *.git) | sort | uniq | - sed 's!/\.git$!!' >locate-all.list +locate -b \*.git | sed 's!/\.git$!!' | + grep -v "/archive/SQLObject/\|/archive/cheetah3/\|/third-party/\|$HOME/tmp/" | + LC_ALL=C sort | uniq > locate-all.list