Q:

terminal get folder size windows

du -sh /directory/path
1
# On PowerShell:
cd "your folder path"
ls -r | measure -sum Length
0

New to Communities?

Join the community