Tar
This is an old observation, but just noticed this:
I rarely use Tar, but one advantage is that with the —update flag, it will keep old file members. Now when using Tar to extract, it will extract the old members first, then the newest member will overwrite the older ones and you're left with the most recent files.
Tar does the extract as expected (as does my 3rd party BetterZip), but if I use Apple's Archive Utility, it will not overwrite the old members, and you're left with the older members. Not what I would expect.
Is there a way to get Archive Utility to extract the newest files in a Tar archive?