in reply to How to do Linux Find in Perl
I would like to replace it with a perl version so that my code will be more portable.Considering that find is both part of the POSIX toolbox, and part of the GNU shell (or file) utilities, I find it hard to imagine a platform on which perl runs, and where find doesn't.
It's also part of busybox, making that find can be run on tiny systems, for which perl is too large.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to do Linux Find in Perl
by ambrus (Abbot) on Oct 26, 2010 at 17:11 UTC | |
by JavaFan (Canon) on Oct 26, 2010 at 22:12 UTC |