Skip to content

Instantly share code, notes, and snippets.

@JonathonAnderson
Created May 9, 2019 19:34
Show Gist options
  • Save JonathonAnderson/d67626e5d1721b7120a7cf9d12a56bce to your computer and use it in GitHub Desktop.
Save JonathonAnderson/d67626e5d1721b7120a7cf9d12a56bce to your computer and use it in GitHub Desktop.
"{0:N2} MB" -f ((Get-ChildItem -Path '.\SQL Developer\Files' -Recurse | Measure-Object -Property Length -Sum -ErrorAction Stop).Sum / 1MB)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment