in reply to Capture::Tiny getting stuck on ldd /proc/self/fd/1

/proc, /dev, and /sys on a Linux machine are all "fake filesystems" – they are actually kernel APIs and should not be "searched."
  • Comment on Re: Capture::Tiny getting stuck on ldd /proc/self/fd/1

Replies are listed 'Best First'.
Re^2: Capture::Tiny getting stuck on ldd /proc/self/fd/1
by Anonymous Monk on Jun 22, 2021 at 16:09 UTC
    /dev is a regular directory and should not be "searched" is BS
        Did you expect any less from our village idiot?

        this pointless noise isn't helping either

        not to mention that the OP's issue was competently addressed by others in the thread.