Skip to content

Instantly share code, notes, and snippets.

@eeddaann
Created February 1, 2018 22:06
Show Gist options
  • Save eeddaann/45c52f7fee2191a5297c4e8fc2571ab3 to your computer and use it in GitHub Desktop.
Save eeddaann/45c52f7fee2191a5297c4e8fc2571ab3 to your computer and use it in GitHub Desktop.

Largest Files Windows

The following command show the 20 largest files on C:\ drive:

 dir c:\ -recurse -erroraction silentlycontinue | sort length -descending | select -first 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment