I'm trying to find the largest files in my workspace directory with the following command:
/Users/bmurphy/w> ls **/* | where size > 5mb | sort-by size | reverse | first 35 | pick name size created
However after waiting about a minute with no output, I get the following error message:
error: No such file or directory (os error 2)
I'm assuming there's an issue with one (or more) of the files in my workspace, but I don't know how to debug it.
OSX, running a build from git head as of 9/10/2019 (f47349c).