append filename at the beggining linux code example
Example: append filename at the beggining linux
for file in *.shp; do echo $(basename $file .shp)_poly.shp; done
for file in *.shp; do echo $(basename $file .shp)_poly.shp; done