Y
Hacker News
new
|
ask
|
show
|
jobs
by
jakobegger
3008 days ago
Or even just
qr-filetransfer <(pbpaste)
1 comments
daw___
3008 days ago
This is not going to work unfortunately, the program expects the arguments to be paths.
link
zokier
3008 days ago
<() expands to a path:
$ echo <(true) /dev/fd/63
link
daw___
3007 days ago
Ah, you are absolutely right
link