To find a quick way to list all files in the directory(and subdirectory)
Is there any function or module that can be used to list the content of a
directory recursively? Like `ls -R`, but it doesn't work everywhere.
Re: To find a quick way to list all files in the directory(and
On Apr 21, 4:46 pm, "lofenee" <lofe... [at] gmail.com> wrote:
> Is there any function or module that can be used to list the content of a
> directory recursively? Like `ls -R`, but it doesn't work everywhere.
File::Find ?
Re: To find a quick way to list all files in the directory(and subdirectory)
"Ben Bullock" <benkasminbullock [at] gmail.com>
??????:fd72e77d-340e-482a-aedc-e2c2cd0ece53 [at] x19g2000prg.goog legroups.com...
> On Apr 21, 4:46 pm, "lofenee" <lofe... [at] gmail.com> wrote:
>> Is there any function or module that can be used to list the content of a
>> directory recursively? Like `ls -R`, but it doesn't work everywhere.
>
> File::Find ?
That's it!
Thank you~
Re: To find a quick way to list all files in the directory(and
On Apr 21, 4:51 pm, "lofenee" <lofe... [at] gmail.com> wrote:
> Thank you~
You might also find the following article, which contains some
examples, useful:
http://www.usenix.org/publications/login/2007-04/pdfs/blank- edelman.pdf