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 entries from December 2016 listed from newest to oldest.
October 2016 is the previous archive.
January 2017 is the next archive.
Find recent content on the main index or look in the archives to find all content.
Recent Comments