Closed Maor545 closed 2 years ago
Just remove the backslashes. They are not a part of file name. See:
cat /sys/devices/virtual/powercap/intel-rapl/intel-rapl:0/intel-rapl:0:0/energy_uj
246498392
Shell replaces \X
with X
even if X
has special meaning for shell (space, $, ...). Colon does not have special meaning for most shells so it's not necessary to use \:
instead of :
.
On intel platform, thermobench can not read
gives error?
following command returns its contents just fine