Hacker News new | ask | show | jobs
by daw___ 3005 days ago
This is not going to work unfortunately, the program expects the arguments to be paths.
1 comments

<() expands to a path:

    $ echo <(true)
    /dev/fd/63
Ah, you are absolutely right