Answers for "execute command on every recursive directory"

0

execute command on every recursive directory

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

Code answers related to "execute command on every recursive directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language