find . -exec touch {} \;

# or
# find . | xargs touch
