User Tools

Site Tools


brightscript

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
brightscript [2015/09/13 00:11] dblumebrightscript [2015/09/24 09:39] dblume
Line 46: Line 46:
  
 # Finally, there'll be empty tags files, unlink those # Finally, there'll be empty tags files, unlink those
-find . -name tags -size -2 -print | xargs rm+find . -name tags -size -2 -mtime -1 -print | xargs rm 
 +find . -name tags -size -2 -mtime -1 -delete
 </code> </code>
  
brightscript.txt · Last modified: 2023/04/12 20:44 by 127.0.0.1