Answers for "recursively run command on every file linux"

0

execute command on every recursive directory

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

Code answers related to "recursively run command on every file linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language