On 10/09/2016 20:45, Dario Niedermann wrote:
> TIL! Still, it seems to me that there is no way the `cd' script can
> actually accomplish anything, even when called by exec().
# Time directory access
/usr/bin/time cd /mounts/foo
# Verify that directories can be cd'd
find /mounts/foo -type d -exec cd '{}' \; && echo OK