Answers for "append filename at the beggining linux"

0

append filename at the beggining linux

for file in *.shp; do echo $(basename $file .shp)_poly.shp; done
Posted by: Guest on October-29-2020

Code answers related to "append filename at the beggining linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language