Created
April 29, 2019 08:48
-
-
Save chinlung/1378c38df275aadac394fed218fd5d3f to your computer and use it in GitHub Desktop.
刪除 MAC 時光機本機 SnapShots
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
tmutil listlocalsnapshotdates / |grep 20|while read f; do tmutil deletelocalsnapshots $f; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment