Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^6: tree command

by Skeeve (Parson)
on Oct 14, 2015 at 11:31 UTC ( [id://1144847]=note: print w/replies, xml ) Need Help??


in reply to Re^5: tree command
in thread tree command

Which will iterate of the files a second time and will access the file system while I iterate over an array. Or am I wrong?


s$$([},&%#}/&/]+}%&{})*;#$&&s&&$^X.($'^"%]=\&(|?*{%
+.+=%;.#_}\&"^"-+%*).}%:##%}={~=~:.")&e&&s""`$''`"e

Replies are listed 'Best First'.
Re^7: tree command
by choroba (Cardinal) on Oct 14, 2015 at 12:25 UTC
    Ouch, you're right. Doing -f wouldn't help much, either. What about
    my @all = glob '* */'; @dirs = grep m(/$), @all; # etc.
    لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1144847]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-20 01:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found