You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ du -shc Xcode*
5.9G Xcode-6.2.app
5.9G Xcode-6.3.app
but App Store versions are ~2.5GB - I guess using cp -R is the correct way to copy stuff over and symlinks, etc. are retained by it. Maybe hard links or something else that cp destroys?
The text was updated successfully, but these errors were encountered:
$ du -shc Xcode* 5.9G Xcode-6.2.app 5.9G Xcode-6.3.app
but App Store versions are ~2.5GB - I guess using
cp -R
is the correct way to copy stuff over and symlinks, etc. are retained by it. Maybe hard links or something else thatcp
destroys?The text was updated successfully, but these errors were encountered: