dotfiles/scripts/oldestFile
2018-01-08 12:26:49 +01:00

3 lines
71 B
Bash
Executable file

#!/usr/bin/env bash
find -type f -printf '%T+ %p\n' | sort | head "$@"