Tag: fifo
Found 60 results for 'fifo'.
1) bash - How to prevent terminating command to send EOF to named pipes?
2) shell - How to forward between processes with named pipes?
3) shell-script - Ordering output when two subshells write to stdout
4) fifo - Triggering zero-byte reads on FIFO/pty
5) bash - How can I read from named pipe line by line and exit?
6) pipe - Prevent stdin wait for first message from named pipe
7) pipe - Are FIFO, pipe & Unix domain socket the same thing in Linux kernel?
8) linux - How can I determine on my system where process substitution creates FIFO files?
9) sshfs - How do I use inotify or named pipes over SSHFS?
10) shell - Named pipe stdout redirection instead of numeric file descriptor
11) bash - Make GNU Parallel not delay before executing arguments from STDIN
12) command-line - How to read screen's named pipe?
13) pipe - Reading a named pipe: tail or cat?
14) tar - Including process output in tar file
15) bash - blocking/non-blocking pipes/redirects inside command substitution
16) shell - How to read from a named pipe after the writer process exits?
17) linux - closing the unwanted file descriptors
18) shell-script - BASH: Fifo troubles - seems selective about input
19) filesystems - A virtual file containing the concatenation of other files
20) filesystems - Byte Offsets for pipe/FIFO
21) sudo - run command with sudo su in script and redirect stdin and stdout
22) c++ - Is list better than vector when we need to store "the last n items"?
23) pipe - Close all readers of a FIFO once all its input is read?
24) systemd - How make service reading from FIFO socket
25) python - Custom python REPL with fifos
26) linux - Redirect stdout to fifo immediately
27) shell - How to force ssh-add to ask passphrase when loading RSA key from FIFO?
28) bash - How can I know whether writing to a named pipe would block?
29) bash - Avoid overwriting existing named pipe
30) linux - How to pipe the output of a linux command back into the predecesssing command
31) bash - Why does this script with a FIFO pipe not terminate?
32) pipe - Can multiple processes open a named pipe?
33) shell - Redirect script stdin to file in the background
34) io-redirection - How to save an output of airodump-ng to a file?
35) linux - Split output and rejoin again with named pipes on linux
36) shell-script - Multiple fifos over SSH
37) stdout - Why stdout won't flush when redirecting input from a fifo?
38) timestamps - Why does my named pipe keep getting modified?
39) fifo - Read named pipe once every time input is written
40) shell-script - coproc and named pipe behaviour under command substitution
41) zsh - How to implement "generators" like $RANDOM?
42) bash - Can we use $PIPESTATUS with the tee (or pee) command?
43) fifo - where are the "files" of ipcs and why are named pipes (mkfifo) not listed in ipcs
44) linux - Replacing /dev/(u)random inside a container
45) file-descriptors - Named pipes, file descriptors and EOF
46) io-redirection - Program output redirection
47) pipe - What is this code actually doing?
48) bash - Broken pipe error when reading stops
49) fifo - Create a named pipe / fifo that executes a command when read
50) linux - How long do FIFOs (named pipes) stay "open" for?