X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=locate-all;h=f83a8827e6caec8c5ef889893ccacecf69b6bc4e;hb=e364445d1adb40b906101cb3ce1acde85b2ffd36;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