Search Results

Search: Posts Made By: shezam
16,292
Posted By shezam
When i try this which i know should work im...
When i try this which i know should work im weirdly getting

find: missing argument to `-exec'
16,292
Posted By shezam
Deleting files older than 7 days
Hi Guys,

I want to delete folder/files older than 7 days. Im using the command below.

find /test/test1 -mtime +7 -print0 | xargs -0 rm -Rf /test/test1/*

which works ok, but it deletes the...
Showing results 1 to 2 of 2

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