Skip to content

Tag: bash

All the articles with the tag "bash".

Named Pipes (FIFOs) in Shell Scripts

Named Pipes (FIFOs) in Shell Scripts

Named pipes (FIFOs) let you buffer and synchronize between processes. They're underused but solve real problems: queuing, coordination, and complex data flows.