in reply to Re^4: tree command
in thread tree command
my @dirs = glob '*/';
To get the number of files, just subtract the number of dirs from the number of everything.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: tree command
by Skeeve (Parson) on Oct 14, 2015 at 11:31 UTC | |
by choroba (Cardinal) on Oct 14, 2015 at 12:25 UTC |