in reply to Re: Re: finding top 10 largest files
in thread finding top 10 largest files

{grin}

dir /b /o:-s | u:head -10

Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"Think for yourself!" - Abigail
Timing (and a little luck) are everything!

Replies are listed 'Best First'.
Re: Re: Re: Re: finding top 10 largest files
by flyingmoose (Priest) on Feb 03, 2004 at 03:00 UTC
    Good job, but in that environment, I would just ask Clippy what my largest files were! :)

      Yeah, but then clippy will insist on connecting (as a server) to the internet and that will force a 22 MB WindowsUpdate and 3 installs and 4 re-boots :)


      Examine what is said, not who speaks.
      "Efficiency is intelligent laziness." -David Dunham
      "Think for yourself!" - Abigail
      Timing (and a little luck) are everything!