currently I have this command I\'m using,
ls -v /home/pi/tl | cat -n | while read n f; do mv -n "$f" "$n.jpg"; done
It re