curdir=$(pwd) for folder in /path/to/Files/*; do [ -d $folder ] && cd "$folder" && bash /path/to/conv.sh done cd $curdir
No comments:
Post a Comment