in reply to Re: Re: Re: Removing Modules
in thread Removing Modules
This avoids copying the library and HTML doc files that aren't needed at the other sites.cd /usr/local/ find lib/perl5 -name "*.a" -o -name "*.html" > /tmp/nocopy gtar zcvf /tmp/Perl5.tar.gz lib/perl5 -X /tmp/nocopy bin/perl* bin/pod +* lib/libperl* rm -f /tmp/nocopy
|
|---|