[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Package of non-development scripts?



On Tue, Jul 17, 2001 at 05:39:37AM -0400, Matt Zimmerman wrote:
<SNIP>
> Here's one that I use from time to time to see which packages are taking up the
> most disk space on my system.  It's quite fast, thanks to grep-dctrl and perl,
> but doesn't fit in any package that I could find.
> 
> == dpkg-pigs ==
> #!/bin/sh
> 
> grep-status -nsInstalled-size,Package -F Status ' installed' \
> | perl -p00l12 -e 's/\n/ /' \
> | sort -rn
>

To satisfy my curiousity, what does the -p00l12 option to perl do.  I couldn't
find the explanation in my admittedly quick skim of the perl docs.

Thanks,

Bec



Reply to: