#!/usr/bin/env sh find ~/Pictures/Screenshots/$(date +%Y-%m) -type f -printf '%T@ %p\n' | sort -n | tail -1 | cut -f2- -d" " | head -1