Questions tagged [command-line]
The command-line is the interactive interface to your shell.
2 questions from the last 7 days
0votes
2answers
29views
how do I find the current i2c bus speed?
I am building custom game controllers on Linux that use the i2c bus present in video ports such as HDMI, dvi, and VGA, on standard PC hardware (x86_64). I would like to verify my current i2c bus speed ...
0votes
0answers
6views
How to pretend to not run the command in a TTY
I have a command (systemctl status) that halts and waits for keystrokes if I run it in a terminal that is not tall enough. I'm not interested in this behavior and can't find an option to bypass it. If ...