Find most recently updated files on Linux
find . -type f -printf '%T@ %p\n' | sort -n | tail -10 |
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
find . -type f -printf '%T@ %p\n' | sort -n | tail -10 |