#file-search
folder How do I find recently modified files?
If you're trying to locate files that were recently modified on your computer, there are several ways to do it. One way is to use the built-in... Read more
storage How do I find last 30 days files in Linux?
If you want to find files in Linux that were modified within the last 30 days, you can use the find command with the -mtime option. Here is how to do... Read more