I would like to recursively update the Date Modified field of a directory (and all its subdirectories) so that every folder has the same Date Modified timestamp as the most recently modified file that is contained within the tree.
I have read and tried to utilise the detailed solutions posted here: How do I change folder timestamps recursively to the newest file? but am unable to get them to work.
I am using Mac OS.