X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=locate-all;h=f83a8827e6caec8c5ef889893ccacecf69b6bc4e;hb=0f2ee1cb405df27ca3d71d6794e16e617187e97d;hp=3440614badf8223febc3a593006e0f19661ada66;hpb=b37159809ed2c8c569a0d27d74e97e1d606c5dd1;p=git-scripts.git diff --git a/locate-all b/locate-all index 3440614..f83a882 100755 --- a/locate-all +++ b/locate-all @@ -10,4 +10,4 @@ locate -b \*.git | fi fi done | - LC_ALL=C sort | uniq > locate-all.list +LC_ALL=C sort -u > locate-all.list