Skip to content

Instantly share code, notes, and snippets.

Last updated: 2017-03-18

Searching for Files

Find images in a directory that don't have a DateTimeOriginal

exiftool -filename -filemodifydate -createdate -r -if '(not $datetimeoriginal) and $filetype eq "JPEG"' .

###Output photos that don't have datetimeoriginal to a CSV### Note this can take a long time if you have a lot of jpgs

Keybase proof

I hereby claim:

  • I am happyfeet01 on github.
  • I am emuellerthier (https://keybase.io/emuellerthier) on keybase.
  • I have a public key ASB732MdrugH9Jud2QqVhGmcQ4jnnztYEMxNBhh9I7gQNgo

To claim this, I am signing this object:

@Happyfeet01
Happyfeet01 / aria2
Created May 20, 2020 14:05 — forked from KyonLi/aria2
Aria2 init.d script
#!/bin/sh
### BEGIN INIT INFO
# Provides: Aria2
# Required-Start: $network $local_fs $remote_fs
# Required-Stop:: $network $local_fs $remote_fs
# Should-Start: $all
# Should-Stop: $all
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Aria2 - Download Manager