Useful MacOS cli commands
List all kext not from Apple
kextstat | grep -v com.apple
How to find URL for downloaded file
xattr -l com.apple.metadata:kMDItemWhereFroms file.zip
How to list all USB devices
system_profiler SPUSBDataType
How to get sha1 checksum for the file
sha1sum file