File: compress

package info (click to toggle)
festival 1.2.1-6
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 2,824 kB
  • ctags: 3,072
  • sloc: cpp: 21,428; lisp: 8,298; ansic: 1,498; sh: 722; makefile: 468; perl: 87
file content (7 lines) | stat: -rw-r--r-- 225 bytes parent folder | download
1
2
3
4
5
6
7
find usr/info usr/man usr/X11*/man -type f
# Exclude the defualts, plus all executables.
find usr/doc -type f \
	\( -size +4k -or -name "changelog*" \) \
	! -name "*.htm*" ! -name "*.gif" \
	! -name "copyright" ! -perm +111