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 in the Linux category from December 2016.
Linux: June 2016 is the previous archive.
Linux: September 2017 is the next archive.
Find recent content on the main index or look in the archives to find all content.
Recent Comments