1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 12:15:23 +02:00
tldr/pages/linux/mux.md
Santosh Shrestha a2422ac85e
mux, udevmon, intercept, uinput: add page (#16667)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2025-05-31 14:56:52 +00:00

20 lines
505 B
Markdown

# mux
> Intercept and multiplex streams of input events.
> More information: <https://gitlab.com/interception/linux/tools/-/tree/master?ref_type=heads#mux>.
- Create a new muxer with a specified name:
`mux -c {{muxer_name1 muxer_name2 ...}}`
- Set the muxer's internal queue size (default is 100):
`mux -s {{size}}`
- Read input from a named muxer (can be repeated in "switch mode"):
`mux -i {{input_muxer_name}}`
- Write output to a named muxer (can be repeated):
`mux -o {{output_muxer_name}}`