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
For Linux: OATH Toolkit
For Windows: WinAuth
This page is an archive of recent entries written by Pank in December 2016.
Pank: October 2016 is the previous archive.
Pank: January 2017 is the next archive.
Find recent content on the main index or look in the archives to find all content.
Recent Comments