gwern comments on Open Thread for February 3 - 10 - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (331)
How do you organize your computer files? How do you maintain organization of your computer files? Anyone have any tips or best practices for computer file organization?
I've recently started formalizing my computer file organization. For years my computer file organization would have been best described as ad-hoc and short-sighted. Even now, after trying to clean up the mess, when I look at some directories from 5 or more years ago I have a very hard time telling what separates two different versions of the same directory. I rarely left README like files explaining what's what, mostly because I didn't think about it.
Here are a few things I've learned:
Using scripts to help maintain your files is enormously helpful. My goals are to have descriptive file names, to have correct permissions (important for security; I've found that files that touched a Windows system often have completely wrong permissions), to minimize disk space used, and to interact well with other computers. I have a script that I titled "flint" (file system lint) that does the following and more:
I'd be very interested in any other tips, as I often find my computer file organization to be a bottleneck in my productivity.
How can identical files be sorted by file size?
My wording was unclear. I sort the list of duplicate files by file size, e.g., the list might be like 17159: file1, file2; 958: file3, file4. This is useful because I have a huge number of small duplicate files and I don't mind them too much.
Ah. Well, you're right that it's not easy to do that... Might want to subscribe to the bug report so you know if anyone comes up with anything useful: http://code.google.com/p/fdupes/issues/detail?id=3