How to find last modified file in Linux?
To find the last modified file in Linux, you can use the find
command with the -type f
option to search for regular files only, and then sort the results by modification time using the -printf
option.
find /path/to/directory -type f -printf '%TY-%Tm-%Td %TT %p
' | sort -r | head -n 1
This command will search for regular files in the specified directory and print out their modification time and filename in the format YYYY-MM-DD HH:MM:SS /path/to/file
, sorted by the modification time in reverse order (i.e., from newest to oldest). The head -n 1
command will then select the first (i.e., newest) file from the list.
- What Are Some Popular Areas For Photography In Bangkok
- What Is The Role Of The Character Zeros Enforcer The Sumo Wrestler In John Wick Chapter 3 Parabellum
- What Is The Role Of The International Telecommunication Union Itu In Global Communication Issues
- How Did The Macedonian Seleucid Empire Trade With Other Cultures And What Did They Exchange
- Who Are The Top Football Clubs In Turkey
- Where Is The Sahara Located
- Is The Realme C25y Available In Multiple Storage Sizes
- What Is Taylor Swifts Height
- What Are The Benefits Of Using Natural Cleaning Products
- What Are The Similarities Between Saturn And The Other Gas Giants