If I run the following command:
find . -name "*.jar" -type f -ctime +1
I get no results back, whereas if i run:
find . -name "*.jar" -type f -ctime 1
I get results.
|
If I run the following command:
I get no results back, whereas if i run:
I get results. |
|||
|
|
|
That means all the jar files in the directory had status changes less than 48 hours ago. Detailed explanationAccording to the
And ...
And elsewhere ...
Therefore |
||||
|
|