Pipes: Named and Unnamed (Unix)

Поділитися
Вставка
  • Опубліковано 3 жов 2024

КОМЕНТАРІ • 7

  • @kenji3110
    @kenji3110 Місяць тому

    makes me wanting to learn go for cli tools especially with the named pipes.
    If I understand correctly, as long as there’s a process reading from the named pipe, I can use it as a listener for whatever I want it to take as input from a separate process.

  • @mbeware
    @mbeware Рік тому +2

    Why did I just learn how named pipe works just now? I knew of them, used some tools that used them, but I never ask what or how they worked. Thanks!!!

    • @joshrosso
      @joshrosso  Рік тому

      Thanks for peeking under the hood with me!

  • @rodrigoreoni5243
    @rodrigoreoni5243 Рік тому +2

    Wow, amazing video, I didn't know how pipes works "under the hood" and the implications of it, please make more vids (and blog articles) about this kinda of theme.
    I wonder how can I use mkfifo in my bash scripts, maybe to keep it clean and sane...

  • @Fullflexno
    @Fullflexno Рік тому

    Super video👌 you got a talent for this!

  • @darksoul.0x7
    @darksoul.0x7 Рік тому +1

    Is it weird that i was just reading about stdin and pipes for one of my CLI tools (thinking of adding a custom pager to it) and Josh drops a video on it. Great video as always.
    I think the blog hasn't made public yet? It's giving out 404?