https://bugzilla.kernel.org/show_bug.cgi?id=199715 Andy Shevchenko (andy.shevchenko@xxxxxxxxx) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andy.shevchenko@xxxxxxxxx --- Comment #52 from Andy Shevchenko (andy.shevchenko@xxxxxxxxx) --- (In reply to Richard Neumann from comment #48) > $ for file in /sys/bus/iio/devices/iio\:device0/in_anglvel_*; do echo > "$(basename "${file}"): $(cat "${file}")"; done Just a side note: The above can be much simplified, compare: grep -H . /sys/bus/iio/devices/iio\:device0/in_anglvel_* -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.