initialer Upload

This commit is contained in:
2024-06-17 18:29:50 +02:00
commit da6ae4f69c
6 changed files with 107929 additions and 0 deletions

View File

@@ -0,0 +1 @@
ls *.JPG | awk -F'_' '{ if (NR == 1) {basis = substr($0, 5,4);} k = substr( $0, 5,4); erg = k - basis + 1; ergtext = sprintf("IMG_%04d",erg); print "mv "$0" "ergtext".JPG"; }' | sh