File: compress

package info (click to toggle)
libcdk-perl 20150928-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 1,292 kB
  • ctags: 429
  • sloc: perl: 6,151; sh: 3,081; makefile: 26
file content (3 lines) | stat: -rwxr-xr-x 72 bytes parent folder | download | duplicates (2)
1
2
3
#!/bin/sh
find . -type f |fgrep /usr/share | fgrep -v /examples/
exit 0