Linux пересекает все подкатарии и выполняет действие
for i in $(find . -type f -print)
do
stuff
done
slohobo
for i in $(find . -type f -print)
do
stuff
done