File: cleaner

package info (click to toggle)
nntpcache 2.3.3b4-2
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 8,512 kB
  • ctags: 6,333
  • sloc: ansic: 37,340; perl: 4,873; sh: 1,789; makefile: 255
file content (3 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (3)
1
2
3
#!/bin/sh
find . -type f \( -name '*.[oa]' -o -name \*.swp -o -name '*.tmp' -o -name '*~' -o -name '*.orig' -o -name '*.bak' -o -name config.cache -o -name Makefile -o -name config.log -o -name TAGS -o -name GRTAGS -o -name GTAGS -o -name confused -o -name nntpcached -o -name mmap_test \)| xargs rm -f 
find . -type d -name .deps|xargs rm -rf