Hacker News new | ask | show | jobs
by gopaz 1778 days ago
Wait until he finds out about /dev/tcp :)

It actually blew my mind after doing Linux for 10 years. "Everything is a file" isn't a lie.

1 comments

/dev/tcp is a lie though. It's not actually a file, it's implemented directly in bash.