mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-15 07:48:44 +00:00
Update cheatsheets
This commit is contained in:
18
tldr/linux/inputattach
Normal file
18
tldr/linux/inputattach
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# inputattach
|
||||
|
||||
> Attach a device to the Linux input system.
|
||||
> The input devices are presented as files in `/dev/input/`.
|
||||
> More information: <https://manned.org/inputattach>.
|
||||
|
||||
- Attach a Pulse8 CEC device to the input system:
|
||||
|
||||
`inputattach --pulse8-cec {{/dev/ttyACM0}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`inputattach --help`
|
||||
Reference in New Issue
Block a user