In my present working directory, there is a subdirectory called modelled_data
I wish to get information on last few (may be 10) modifications of the subdirectory (including its subdirectories and files), specifically, the timestamps and types of modifications. Is it available via the terminals? Which commands or options should I try? ls -la
gives a list of last modifications of all the subdirectories in the pwd. But I want last few modifications of a specific directory that I want to track.
stat
command. Of course you can set up your own script to monitor a particular directory and events that occur. But no, there's no existing logs – Sergiy Kolodyazhnyy Nov 08 '18 at 03:39