pipes

Tag

Cards List
#pipes

Reclaim the terminal

Lobsters Hottest · 6d ago Cached

The article explains how interactive programs like `less` and `fzf` maintain keyboard access when input is piped, detailing the use of file descriptors and /dev/tty for direct terminal communication.

0 favorites 0 likes
#pipes

EPIPE on write might mean you're doing it wrong

Lobsters Hottest · 2026-08-02

A technical discussion about EPIPE errors on write, suggesting that encountering EPIPE often indicates a design issue in how the program handles broken pipes.

0 favorites 0 likes
#pipes

Pipes, Forks, and Zombies

Hacker News Top · 2026-05-14 Cached

This article from Harvard's CS 61 course covers Unix concepts of pipes, forks, and zombies, explaining how pipes automatically kill programs on closure and how to use pipes to implement blocking waits on child processes.

0 favorites 0 likes
← Back to home

Submit Feedback