OIFS="$IFS" IFS=$'\n' for f in `ls -d Gan*`; do unrar e "${f}/${f}.part1.rar"; done IFS=$OIFS
linux ifs