Ben Donohue <[EMAIL PROTECTED]> writes: > Further to this (and this is not an answer to the question above) but > I'm buggered if i can find the largest files on the hard disk and list > them in order. > I've tried various arguements but can't seem to crack it. > like find / -S -r (or -s) -name xxx|more > > Any ideas out there?
I like; find / -ls | sort +6 -n -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
