• Skip to primary navigation
  • Skip to content
  • Skip to footer
Paul's Blog
  • Posts
  • Collections
  • Categories
  • Tags
  • Rust Resources
  • C++ Resources
  • About
    Paul

    Paul

    Me hacking away at things.

    • GitHub

    exiftool: renaming pictures

    February 27, 2017 less than 1 minute read

    rename pictures according to their exifdata time stemp:

    [code]
    exiftool "-FileName<CreateDate" -d "%Y%m%d_%H%M%S_%%c.%%e" .
    [/code]


    http://www.sno.phy.queensu.ca/~phil/exiftool/#filename

     

    Tags: bash, cmdline, exiftool, picture, renaming

    Categories: linux

    Updated: February 27, 2017

    Previous Next

    You May Also Enjoy

    Upgrading to NixOS 26.05: A Rocky Road

    May 31, 2026 7 minute read

    NixOS 26.05 dropped yesterday. I upgraded — it did not go smoothly. Here’s what broke and how I fixed it.

    Taming the hazard: Implementing C++26 hazard pointer for libstdc++ - Part 1

    May 25, 2026 6 minute read

    This will be a longer blog post series on implementing C++26 std::hazard_pointer for libstdc++.

    First Experiments with C++26 Contracts (and a GCC Crash)

    May 24, 2026 1 minute read

    I have recently been working on a hazard pointer implementation for libstdc++ - more posts on that are coming soon - and decided to experiment with the upcom...

    clangd in VSCode/Codium on NixOS: fixing missing standard headers

    May 14, 2026 4 minute read

    If you use the clangd VSCode extension on NixOS, you’ve probably seen this in the clangd log:

    • Feed
    © 2026 Paul's Blog. Powered by Jekyll & Minimal Mistakes.