DOMAINS=`cut -f 1 -d ";" domains.txt | shuf` for DOM in $DOMAINS ; do echo rq enqueue mongocrawler.visit hostname=$DOM done