Search Results

Search: Posts Made By: pochaw
11,001
Posted By pochaw
Finding Hidden files and protecting the folder containing hidden files from deletion
Hi. I have a script which is deleting files with a particular extension and older than 45 days.The code is:
find <path> -name "<filename_pattern>" -mtime +45 -exec rm {} \;

But the problem is...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 05:02 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy