File: cleaner

package info (click to toggle)
nntpcache 1%3A2.3.3-4
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 7,308 kB
  • ctags: 6,338
  • sloc: ansic: 37,354; perl: 4,873; sh: 1,793; makefile: 258
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