1vote
how do I find the current i2c bus speed?
The DDC standard says that hardware must support 100 kHz clock rate, and that only the graphics adapter can be the (clock) master of the I²C bus there. So, your device needs to be able to work at any ...
1vote
Accepted
how do I find the current i2c bus speed?
I looked into this for a 6.8.0 series Kernel, since that is what currently have on a Ubuntu 24.04.2 LTS system. The system used a Quadro K4200 video card which exposes a I2C bus which can read the ...
1vote
command-line tool to sum the values in a column of a CSV file
If you're willing to try csvkit again, it's possible using two simple steps. The first will extract just your data 1 column, then the second will output the sum of that column to the command line. ...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
command-line × 6268linux × 1036
bash × 984
shell × 700
shell-script × 420
text-processing × 333
terminal × 323
files × 273
grep × 234
ubuntu × 226
find × 205
awk × 188
sed × 182
command × 173
debian × 149
macos × 147
scripting × 137
zsh × 129
networking × 122
ssh × 121
pipe × 113
directory × 99
ls × 98
process × 92
regular-expression × 79