![]() |
![]()
| ![]() |
![]()
NAMEfifo - a fifo buffer that reads from stdin and writes to stdout SYNOPSISfifo [ options ] DESCRIPTIONfifo creates a shared memory area, then forks into two processes. fifo then reads from stdin and puts the data into the shared memory area. The other process takes data from the shared memory area and writes it to stdout. OPTIONS
SEE ALSOsdd(1), star(1). HISTORYThe fifo program was first written by J. Schilling in 1989 as a separate test program for buffering for star. It was later included into the star program. This program is a new attempt from 2019 to have a separate fifo program again. BUGSNone currently known. Mail bugs and suggestions to schilytools@mlists.in-berlin.de or open a ticket at https://codeberg.org/schilytools/schilytools/issues The mailing list archive may be found at: https://mlists.in-berlin.de/mailman/listinfo/schilytools-mlists.in-berlin.de AUTHORSJoerg Schilling and the schilytools project authors. SOURCE DOWNLOADThe source code for fifo is included in the schilytools project and may be retrieved from the schilytools project at Codeberg at: https://codeberg.org/schilytools/schilytools/ The download directory is: https://codeberg.org/schilytools/schilytools/releases
|