Skip to content

Instantly share code, notes, and snippets.

@chickendrop89
Last active April 5, 2026 20:56
Show Gist options
  • Select an option

  • Save chickendrop89/b5098432e5b940ecebc0ca1d47607bdd to your computer and use it in GitHub Desktop.

Select an option

Save chickendrop89/b5098432e5b940ecebc0ca1d47607bdd to your computer and use it in GitHub Desktop.
List thermal zone IDs and names (command)
for z in /sys/class/thermal/thermal_zone*; do echo "${z##*zone}: $(cat $z/type)"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment