Answers for "mac os run command recursively"

0

execute command on every recursive directory

find . -type f -exec echo "Hello, '{}'" ;
Posted by: Guest on October-13-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language