Skip to content

Instantly share code, notes, and snippets.

@Pixailz
Created April 8, 2022 14:10
Show Gist options
  • Save Pixailz/bf9e224e4d67c518fc497aba35f23ed4 to your computer and use it in GitHub Desktop.
Save Pixailz/bf9e224e4d67c518fc497aba35f23ed4 to your computer and use it in GitHub Desktop.
list all CPU extension
cat /proc/cpuinfo | sed -nE 's/flag.*:.(.*)/\1/p' | tr ' ' '\n' | sort -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment