dotfiles/config/scripts/oldestFile

3 lines
71 B
Plaintext
Raw Normal View History

2018-01-08 11:26:49 +00:00
#!/usr/bin/env bash
find -type f -printf '%T+ %p\n' | sort | head "$@"