Skip to content

Instantly share code, notes, and snippets.

@1951FDG
Created October 16, 2013 16:31
Show Gist options
  • Save 1951FDG/86bc2985fbadf2468e1a to your computer and use it in GitHub Desktop.
Save 1951FDG/86bc2985fbadf2468e1a to your computer and use it in GitHub Desktop.
Examples using kextfind
kextfind -relative-paths -arch x86_64 -not -arch i386
kextfind -relative-paths -arch i386 -not -arch x86_64
kextfind -relative-paths -arch-exact ppc
kextfind -relative-paths -f /Library/Extensions
kextfind -relative-paths -case-insensitive -loaded -not -bundle-id -substring 'com.apple.'
kextfind -relative-paths -case-insensitive -not -bundle-id -substring 'com.apple.'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment