-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: apfs cat
#16
Comments
Not a very DRY solution, but works 😏 ❯ apfs cat APFS.dmg /System/Library/FeatureFlags/Global.plist <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SiriUI</key>
<dict>
<key>Pym</key>
<dict>
<key>Enabled</key>
<true/> |
please let me know if you hit any weird edge cases |
Thank you so much. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Basically identical to
cat(1)
just so that I can see the contents of a file without having to runapfs cp
.The text was updated successfully, but these errors were encountered: