PowerShell:
ls -r|measure -sum Length
Invoke via Command Prompt:
PowerShell -NoProfile -Command "ls -r|measure -sum Length"
No comments:
Post a Comment