Command: powershell -NoProfile -Command "$p='G:\\My Drive\\ChatGPT Bridge Data\\artifacts\\whisper-runtime-cache\\chunks'; Get-ChildItem -LiteralPath $p -Directory -ErrorAction SilentlyContinue | ForEach-Object { $fs=Get-ChildItem -LiteralPath $_.FullName -File -ErrorAction SilentlyContinue; [pscustomobject]@{name=$_.Name;files=$fs.Count;bytes=($fs|Measure-Object Length -Sum).Sum} } | ConvertTo-Json -Compress"
Directory: projects
Status: SUCCESS
Exit code: 0
Cancel Job Rerun Command Refresh
[{"name":"audio-248.zip","files":10,"bytes":2032493401},{"name":"medium-model.bin","files":7,"bytes":1468006400}]