|
|
|
|
|
by st_goliath
1251 days ago
|
|
Yes, bash does that. It's a bash feature: https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.... > Bash handles several filenames specially when they are used in redirections, as described in the following table. If the operating system on which Bash is running provides these special files, bash will use them; otherwise it will emulate them internally with the behavior described below. > ... > Bash attempts to open the corresponding [...] socket. |
|
If they persuaded the kernel devs to make some devfs way that those were real files, using the unix filesystem API, also fine.
But making something that looks like a real thing in the filesystem, but isn't usable by other programs that use the filesystem... Thats not right.