ll |cut -d' ' -f9 |sed 's/.zip//'

 

for i in `sed 's/.zip//' asi`
do
aa=$i
echo $aa
echo "test"
done