Re: Process Directory and subdirectories Recursively
- From: rob.dixon@xxxxxxx (Rob Dixon)
- Date: Tue, 29 Jan 2008 15:48:04 +0000
Andrew Limareff wrote:
>
Mimi Cafe wrote:>
I am trying to process a directory and all subdirectory recursively
and The script will finally be used on Windows OS, Unix system
command cannot be used.
> +1 to the File::Find route. It's also much more powerful than your
> standard MS-DOS dir /S command.
(Please bottom-post your responses to this group so that extended
threads can remain as comprehensible as possible. Thank you.)
File::Find is certainly more powerful than the shell command. It is also
very many times slower. If portability is not an issue you should at
least consider using `dir /b /s`.
Rob
.
- References:
- Process Directory and subdirectories Recursively
- From: Mimi Cafe
- Re: Process Directory and subdirectories Recursively
- From: Andrew Limareff
- Process Directory and subdirectories Recursively
- Prev by Date: RE: groups of values from an array
- Next by Date: Re: groups of values from an array
- Previous by thread: Re: Process Directory and subdirectories Recursively
- Next by thread: Want to access Jenda as a PPM repository
- Index(es):
Relevant Pages
|
|