in reply to Re: beginner - if test on file flags
in thread beginner - if test on file flags
(a little bit) more efficient (at least on Linux) then$total_size += -s _ if -f
because it only calls stat once or is there no difference?$total_size += -s if -f
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: beginner - if test on file flags
by cdarke (Prior) on Oct 15, 2010 at 16:59 UTC | |
|
Re^3: beginner - if test on file flags
by locked_user sundialsvc4 (Abbot) on Oct 15, 2010 at 17:00 UTC |