Given the following command: find -E /my/path -maxdepth 3 -regex \'theregex\' -type d -exec du -sk {} +
find -E /my/path -maxdepth 3 -regex \'theregex\' -type d -exec du -sk {} +
On mac, when executed in the Terminal, it\'s work