Posts by Miguel Fortes • 11 points
1 post
-
1
votes1
answer34
viewsQ: I can’t identify the error in my script
if [ $# -eq 1 ] then$atletas=$(find treinos -maxdepth 1 -mindepth 1 -type d) for a in $atletas do dados=$(find $a -mindepth 1 -maxdepth 1 -type f -name "????-??-??.txt") …
bashasked Miguel Fortes 11