To find a quick way to list all files in the directory(and subdirectory)
To find a quick way to list all files in the directory(and subdirectory)
am 21.04.2008 09:46:58 von pswd
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
am 21.04.2008 09:48:17 von benkasminbullock
On Apr 21, 4:46 pm, "lofenee" 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)
am 21.04.2008 09:51:05 von pswd
"Ben Bullock"
??????:fd72e77d-340e-482a-aedc-e2c2cd0ece53@x19g2000prg.goog legroups.com...
> On Apr 21, 4:46 pm, "lofenee" 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
am 22.04.2008 07:57:18 von benkasminbullock
On Apr 21, 4:51 pm, "lofenee" 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