User Tools

Site Tools


computers:tricksandtips

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
computers:tricksandtips [2025/05/06 13:10] – [Mirror the Entire Drive] davidcomputers:tricksandtips [2025/05/27 18:27] (current) – [Show Files by Access Time] david
Line 727: Line 727:
 # pipe to less if you want to page up / page down have a look (and reverse to so newest at top) q to exit less # pipe to less if you want to page up / page down have a look (and reverse to so newest at top) q to exit less
 find /pool/media/video/hd -xdev -type f -exec stat --format="%Y %n" {} \; | sort -k 1,1nr | less find /pool/media/video/hd -xdev -type f -exec stat --format="%Y %n" {} \; | sort -k 1,1nr | less
 +
 +# AI suggested this for nice file formatting 2025
 +# Alternative using printf for better formatting
 +find /path/to/search -type f -printf '%T+ %p\n' | sort -r | head -10
 +
 </code> </code>
 ==== Find and Copy Files Between Two Dates ==== ==== Find and Copy Files Between Two Dates ====
computers/tricksandtips.txt · Last modified: 2025/05/27 18:27 by david