#!/bin/bash cd "$(dirname "$0")" cat phones.txt | awk '{print $1}' | grep '^[3-5]' | xargs -n1 -P0 ./ann_listen.sh