File: compress

package info (click to toggle)
libnet-dns-perl 0.12-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 452 kB
  • ctags: 266
  • sloc: perl: 4,047; makefile: 52; sh: 17
file content (9 lines) | stat: -rw-r--r-- 276 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# Find 
find usr/info usr/man usr/X11*/man -type f
find usr/doc -type f \
	\( -size +4k -or -name "changelog*" \) \
        ! -name "*.htm*" ! -name "*.gif" \
        ! -name "copyright" \
	! -path "usr/doc/libnet-dns-perl/contrib" \
	! -path "usr/doc/libnet-dns-perl/demo"