Skip to content

Instantly share code, notes, and snippets.

@fuzzylogiq
Created November 15, 2020 20:30
Show Gist options
  • Save fuzzylogiq/e13a4cbfb8e1f8f48b974a05cd3143db to your computer and use it in GitHub Desktop.
Save fuzzylogiq/e13a4cbfb8e1f8f48b974a05cd3143db to your computer and use it in GitHub Desktop.
for exe in /Applications/*/Contents/MacOS/*; do file $exe; done | awk 'BEGIN {FS="/"} /\[arm64/ {print $3}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment