meta

what's the meta about say it ditto dot net?

User Tools

Site Tools


terminal:num_files_from_start_num

This is an old revision of the document!


i=29 # add 1 to last number in batch
for f in *.png; do
   dest=$(printf "%02d" $i).png
   mv "$f" "$dest"
   i=$((i + 1))
done

source

terminal/num_files_from_start_num.1755307951.txt.gz ยท Last modified: by 127.0.0.1