|
|
|
|
|
by eichin
118 days ago
|
|
Actually, while the Actual Nodes are a linux thing, bash itself implements (and documents) them directly (in redirections only), along with /dev/tcp and /dev/udp (you can show with strace that bash doesn't reference the filesystem for these, even if they're present.) So, you're not wrong, but... |
|