for i in `cat $1` do echo "$i.tbz2" tar jcvf "$i.tbz2" `find . -name "${i}*"` done