Delete recently touched small ctags files.
David Blume

David Blume commited on 2017-12-30 23:12:17
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -23,4 +23,4 @@ do
23 23
 done
24 24
 
25 25
 # Finally, there'll be empty tags files, unlink those
26
-find . -name tags -size -2 -print -delete
26
+find . -name tags -size -2 -mtime -1 -delete
27 27