This repository has been archived on 2025-01-02. You can view files and clone it, but cannot push or open issues or pull requests.
2021-04-02 06:18:17 +00:00
|
|
|
---
|
|
|
|
title: "Photos : simple tips"
|
|
|
|
date: 2021-04-02
|
|
|
|
tags:
|
|
|
|
- photo
|
|
|
|
- exif
|
|
|
|
categories :
|
|
|
|
- commandline
|
|
|
|
draft: false
|
2021-04-12 08:34:54 +00:00
|
|
|
description : "Trier ses photos"
|
2021-04-02 06:18:17 +00:00
|
|
|
---
|
|
|
|
|
2021-04-12 08:34:54 +00:00
|
|
|
# Trier les photos d'un répertoire, par date
|
|
|
|
|
|
|
|
exiftool "-Directory<DateTimeOriginal" -d "%Y/%Y-%m-%d" .
|