Answers for "linux traverse all subdirectories and do action"

0

linux traverse all subdirectories and do action

for i in $(find . -type f -print)
do
    stuff
done
Posted by: Guest on October-29-2021

Code answers related to "linux traverse all subdirectories and do action"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language