mkfifo fifo_file
cat fifo_file
In another shell session
date > fifo_file
You'll see date info in first shell session.
General Usage: piping data from program A to program B.
ref. Named pipe
mkfifo fifo_file
cat fifo_file
In another shell session
date > fifo_file
You'll see date info in first shell session.
General Usage: piping data from program A to program B.
ref. Named pipe
This page contains a single entry by Pank published on December 29, 2016 1:42 PM.
OTP Client for Linux and Windows was the previous entry in this blog.
Stand-alone ADB Fastboot tool is the next entry in this blog.
Find recent content on the main index or look in the archives to find all content.