dotfiles/bin/executable_last-screenshot

4 lines
136 B
Bash

#!/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