How to use find command to delete all *.log files created in last 90 days except for last 7 days
Here is a quick tip about using the find command to delete all *.log files created in the last 90 days except for the last 7 days on Linux.

seen from Philippines
seen from Germany
seen from China
seen from Finland

seen from Finland
seen from United States

seen from Russia

seen from China
seen from Malaysia
seen from Finland

seen from United States
seen from Sweden

seen from Malaysia
seen from China
seen from Finland
seen from Germany
seen from Türkiye
seen from United States
seen from Japan

seen from United States
How to use find command to delete all *.log files created in last 90 days except for last 7 days
Here is a quick tip about using the find command to delete all *.log files created in the last 90 days except for the last 7 days on Linux.
دستورfind لینوکس چیست؟
جستجوی یک فایل یا پوشه در سیستم عامل ویندوز به لطف نوار Search از پیش تعریف شده در بخش بالایی Windows Explorer بسیار ساده است. لیکن این فرآیند برای کاربران سیستم عامل لینوکس ( Linux ) در نسخه های سروری ، با در نظر گرفتن عدم بهره مندی از محیط گرافیکی ، قدری پیچیده است . در مقاله پیش رو به معرفی یکی از معروفترین و کارامد ترین ابزار های جستجو در سیستم عامل های لینوکس خواهیم پرداخت. ابزار مورد بحث که Find نام دارد ، بصورت پیشفرض در همه توزیع های لینوکسی نصب بوده و با کمک طیف گسترده ای از گزینه ها ( Option ) های خود به شما کمک می کند فیلتر های متعددی در جستجوی خود قرار دهید تا دقیقترین نتیجه مطلوب را بیابید. یادگیری دستور find لینوکس می تواند جستجوی دقیق و بهتری را در این سیستم عامل برای شما رقم بزند.
How to Find Files in Linux Terminal (Find Command)
How to Find Files in Linux Terminal (Find Command)
In this article we are going to shows how to find Files and Directories in Linux Terminal using find command. If you want to learn about find command in Linux with Examples then this post is ideal for you. The find command is a powerful and one of the most used command-line utility in the Linux system that is used to search or locates the files and directories based on a user-specified…
View On WordPress
Ways to search files in Kali - which, locate and find
Ways to search files in Kali – which, locate and find
Kali is the one of the best operating system for Pentesting and hacking. After BackTrack, this is the only operating system I have used, since I think 2015.It has a lots of tools and features that will help you from information gathering to maintaining the access. This article is about Three tools that kali provides to search for a file. Some of these can be tricky but once you get a hands-on on…
View On WordPress
How to use find command in Linux/Unix
How to use find command in Linux/Unix
The Find Command is one of the most significant control-line functionality in Unix-like operating systems and is widely used. The Find command is used to scan for and find a list of files and folders based on conditions that you specify for files that suit the claims.
Syntax :
$ find [/path/to/dir] [expression] [-options] [what to find]
Find the files using the name.
Below…
View On WordPress
Find Files and Directories Based on Modification Time in Linux
Find Files and Directories Based on Modification Time in Linux
Find Files and Directories Based on Modification Time in Linux
In Unix-like and some other operating systems, find is a command-line utility that searches one or more directory trees of a file system, locates files based on some user-specified criteria and applies a user-specified action on each matched file.
Find Last 50 Days Modified Files
To find all the files which are modified 50 days back.
View On WordPress
Find Linux Command : Basic
Find Linux Command : Basic
In Unix-like and some other operating systems, find is a command-line utility that searches one or more directory trees of a file system, locates files based on some user-specified criteria and applies a user-specified action on each matched file.
Find is a command for recursively filtering objects in the file system based on a simple conditional mechanism.
Use find to search for a file or…
View On WordPress
Unix/Linux find hidden files - Explains how to find and list all hidden files and directories and then save result to a file on a Linux or Unix-like systems using shell prompt.