..


Sponsored Links

How do I view a list of files created in the last X days?

Through you can find a list of files based on date of creation / last modification. For example, suppose you want to find files created / modified in the last seven days:

 



 find-mtime -7

 
of course you can refine your search with other parameters. Suppose, for example, you want to display only files with estensione.jpg:
 



 find-iname \ *. jpg-mtime -7

 

In the same category ...
E-Learning
Linux (Course) Linux (Course)
Complete guide to open-source system. From 49 €.
PHP (Course) PHP (Course)
Full course for creating dynamic Web sites. From 49 €.
Ruby and Ruby on Rails (Course) Ruby and Ruby on Rails (Course)
Create software and Web applications with Ruby and RoR. From 39 €.
Sponsored Links