Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #!/usr/bin/env bash
  2. for info in /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_*
  3. do
  4. echo ${info}
  5. sudo cat ${info}
  6. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement