mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-15 06:48:43 +00:00
Update cheatsheets
This commit is contained in:
22
tldr/linux/cec-ctl
Normal file
22
tldr/linux/cec-ctl
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# cec-ctl
|
||||
|
||||
> Control kernel CEC devices.
|
||||
> See also: `cec-client`.
|
||||
> More information: <https://manned.org/cec-ctl>.
|
||||
|
||||
- List CEC devices:
|
||||
|
||||
`cec-ctl --list-devices`
|
||||
|
||||
- Monitor CEC traffic:
|
||||
|
||||
`sudo cec-ctl {{[-m|--monitor]}}`
|
||||
|
||||
- Show CEC topology:
|
||||
|
||||
`cec-ctl {{[-S|--show-topology]}}`
|
||||
Reference in New Issue
Block a user