how to get list of gb files in a folder code example
Example: terminal get folder size windows
# On PowerShell:
cd "your folder path"
ls -r | measure -sum Length
# On PowerShell:
cd "your folder path"
ls -r | measure -sum Length