3 lines
71 B
Plaintext
3 lines
71 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
find -type f -printf '%T+ %p\n' | sort | tail "$@"
|