Created
October 16, 2013 16:31
-
-
Save 1951FDG/86bc2985fbadf2468e1a to your computer and use it in GitHub Desktop.
Examples using kextfind
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
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