![]() |
|
P is for Practical | |
PerlMonks |
Re: Compressing files on an entire diskby hippo (Bishop) |
on Feb 07, 2023 at 16:29 UTC ( #11150214=note: print w/replies, xml ) | Need Help?? |
You can use File::Find::Rule (or any other of the similar tree-recursing modules) to create your list of files and then apply whatever per-file process you desire to each of them. That's how I would approach this task, anyway. Note that you can extract single files from zip archives should you so wish, so you could still create just one big archive - in case that's an option. 🦛
In Section
Seekers of Perl Wisdom
|
|