Skip to content

Instantly share code, notes, and snippets.

@razikallayi
Created November 24, 2025 07:01
Show Gist options
  • Select an option

  • Save razikallayi/f838f65a18734c9bf47dd1ef24253db3 to your computer and use it in GitHub Desktop.

Select an option

Save razikallayi/f838f65a18734c9bf47dd1ef24253db3 to your computer and use it in GitHub Desktop.
find large file of folder recursive in windows powershell
gci -r| sort -descending -property length | select -first 20 fullname, length > C:\Users\Mohammed.Gpt\Desktop\LargeFiles.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment