Created
November 5, 2017 04:05
-
-
Save zelon88/a59107c0fa887979be3757a0eba08d32 to your computer and use it in GitHub Desktop.
Realtime Linux CLI CPU Frequency
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#From https://stackoverflow.com/questions/1455988/commenting-in-bash-script | |
watch -n 0 "lscpu | grep 'MHz'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment