X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=locate-all;h=afaa3e757cfb9ce77517230c97faa4e67c157768;hb=c7ddefc8d0dd0eda9ad0d18b4d7acaa19a9d7be2;hp=fb9d0d550c00e62fa700f859467ccb683ef39dad;hpb=368b4f3c978a2ae7b6821e7a0dc3511c7b94668e;p=git-scripts.git diff --git a/locate-all b/locate-all index fb9d0d5..afaa3e7 100755 --- a/locate-all +++ b/locate-all @@ -1,3 +1,4 @@ #! /bin/sh -(locate -b \\.git && locate -b \*.git) | sed 's!/\.git$!!' | - sort | uniq >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