``` moor <(echo test) ERROR: failed to seek to start of file: seek /proc/self/fd/11: illegal seek ``` ``` less <(echo test) /proc/self/fd/11 is not a regular file (use -f to see it) ``` `less -f <(echo test)` works fine