X-Git-Url: https://git.phdru.name/?p=git-scripts.git;a=blobdiff_plain;f=locate-all;h=f83a8827e6caec8c5ef889893ccacecf69b6bc4e;hp=3440614badf8223febc3a593006e0f19661ada66;hb=e78829f5e4f3f167c40114a40c8d2d002fb5be4e;hpb=b37159809ed2c8c569a0d27d74e97e1d606c5dd1 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