Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save nguyenl95/02e7b4d5734ea549b08d4827da9c3208 to your computer and use it in GitHub Desktop.

Select an option

Save nguyenl95/02e7b4d5734ea549b08d4827da9c3208 to your computer and use it in GitHub Desktop.

Revisions

  1. @tomarbuthnot tomarbuthnot created this gist Oct 8, 2014.
    1 change: 1 addition & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    Get-ChildItem -Path c:\ -Recurse | Sort-Object Length -Descending | Select-Object length,name,directory -First 100 | Format-Table -AutoSize