↓ Skip to Main Content

Blackcat Software

Main Navigation

  • Home
  • What We Offer
  • Products We Support
  • Contact Us

Tag: JPEG

Rename Jpgs in a Directory with a Prefix and Sequential Numbers

By Dave Posted on 01-Jul-2014 Posted in Linux Tagged with bash, fast, JPEG, Linux, prefix, script, sequential number, unix

$ cd pictureDirectory $ find -name ‘*.jpg’ | gawk ‘BEGIN{ a=1 }{ printf “mv %s MY_FILE_PREFIX_%02d.jpg\n”, $0, a++ }’ | bash Adapted from Pero’s post at Stackoverflow.

© 2025 Blackcat Software | Powered by Responsive Theme