Skip to content
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

Closed
CRKatri opened this issue Mar 21, 2022 · 3 comments
Closed

Feature Request: apfs cat #16

CRKatri opened this issue Mar 21, 2022 · 3 comments

Comments

@CRKatri
Copy link
Contributor

CRKatri commented Mar 21, 2022

Basically identical to cat(1) just so that I can see the contents of a file without having to run apfs cp.

blacktop added a commit that referenced this issue Mar 22, 2022
@blacktop
Copy link
Owner

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/>

@blacktop
Copy link
Owner

please let me know if you hit any weird edge cases

@CRKatri
Copy link
Contributor Author

CRKatri commented Mar 22, 2022

Thank you so much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants