root/feedmelinks/bin/clean-usr-dirs.sh

Revision 1167, 232 bytes (checked in by jm3, 2 years ago)

focused cleanup script

  • Property svn:executable set to *
Line 
1 #!/bin/sh -x
2
3 cd $HOME/feedmelinks
4
5 find usr -type f -name TAGS.RAW | xargs -n1 rm
6 find usr -type f -name LINKS.READY | xargs -n1 rm
7 find usr -type f -name TAGS.READY | xargs -n1 rm
8 find usr -type f -name LINKS.RAW | xargs -n1 rm
9
10
Note: See TracBrowser for help on using the browser.