Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Finding and sorting files in massive file directory

by frozenwithjoy (Priest)
on Jan 20, 2013 at 19:29 UTC ( [id://1014321]=note: print w/replies, xml ) Need Help??


in reply to Finding and sorting files in massive file directory

They're not dealing with such large directories, but here are a couple threads that might be relevant: I wonder if the best first step might be something like this on the command line:
for i in {a..z} do mkdir $i mv $i* $i/ done

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-04-25 14:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found