Skip to content

No such file or directory (os error 2) scanning home #639

@bmurphy1976

Description

@bmurphy1976

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions