A Ardoptres macrumors regular Original poster Feb 21, 2010 #1 Is there some way i can get my computer to display ALL my files in one list, and then sort them by size? Thanks in advance.
Is there some way i can get my computer to display ALL my files in one list, and then sort them by size? Thanks in advance.
spinnerlys Guest Feb 21, 2010 #2 You have to be more specific, what you mean by "my files". Do you mean all the files on your HDD, or only the ones in your user account (Home folder) or only the ones created by you? You can use Grand Perspective to show you your disk usage, if that is what you're after. http://grandperspectiv.sourceforge.net/
You have to be more specific, what you mean by "my files". Do you mean all the files on your HDD, or only the ones in your user account (Home folder) or only the ones created by you? You can use Grand Perspective to show you your disk usage, if that is what you're after. http://grandperspectiv.sourceforge.net/
riscy macrumors 6502a Feb 21, 2010 #4 Or Disk Inventory if you want to see what is taking up most space on your HD.
angelwatt Moderator emeritus Feb 21, 2010 #5 Code: sudo ls -ARS / Check man ls for details on arguments.