Red Security
Linux How to find recently modifed files on Linux Command line - Printable Version

+- Red Security (https://redsecurity.info/cc)
+-- Forum: Computer (https://redsecurity.info/cc/forumdisplay.php?fid=10)
+--- Forum: Operating Systems (https://redsecurity.info/cc/forumdisplay.php?fid=11)
+--- Thread: Linux How to find recently modifed files on Linux Command line (/showthread.php?tid=1346)



How to find recently modifed files on Linux Command line - Mr.Kurd - 12-29-2019

In The Name OF Allah
Al-Salam Alekum

[Image: ?u=https%3A%2F%2Ftse1.mm.bing.net%2Fth%3...%3DApi&f=1]

Hey gusy, How are you? Actually today I needed to know and find recently modified files on Linux Command line... So after finding a guide I would like to share the command with you. An example of finding recently modified files in /etc folder.

Code:
find /etc -type f -printf '%TY-%Tm-%Td %TT %p\n' | sort -r


For further detail you can take advantage of this guide here
Heart
Wa Salam Alekum