sidsinha has asked for the wisdom of the Perl Monks concerning the following question:
I had a question regarding Perl directory statistics. Are there any perl packages that I can use to list the number of unique file extentions in a given directory?
For ex, it should parse through an input directory (including subdir) and return the number of unique file types (for ex, 200 .bmp , 50 jpg ,20 txt) etc.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl Directory file extension stats.
by Laurent_R (Canon) on Apr 15, 2014 at 22:06 UTC | |
by kcott (Archbishop) on Apr 16, 2014 at 00:47 UTC | |
|
Re: Perl Directory file extension stats.
by choroba (Cardinal) on Apr 15, 2014 at 21:55 UTC | |
|
Re: Perl Directory file extension stats.
by 2teez (Vicar) on Apr 15, 2014 at 22:59 UTC | |
by sidsinha (Acolyte) on Apr 16, 2014 at 08:19 UTC | |
by 2teez (Vicar) on Apr 16, 2014 at 19:45 UTC | |
by sidsinha (Acolyte) on Apr 17, 2014 at 09:25 UTC |