Search Results

Search: Posts Made By: mytempid07
76,901
Posted By mytempid07
Many Thanks, its solved now
Perfect, following serves my purpose of displaying the directories

find . -type d -mtime +5 -maxdepth 1 -print

And following deletes them:

find . -type d -mtime +5 -maxdepth 1 -exec rm -r...
76,901
Posted By mytempid07
@Pravin
These are the directories I have:
drwxrwxrwx 3 jgupta2 other 4096 Apr 19 16:43 as
drwxr-xr-x 2 jgupta2 other 4096 Apr 26 16:48 scripts

The command is giving no output:

$ find . -type d...
76,901
Posted By mytempid07
Finding directories older than 5 days
Hello,

Motive: Search all directories which are older than 5 days.

Example: consider following directory structure:
abc/dir1 abc/dir1/dir abc/dir2 abc/dir3 abc/dir3/temp
Suppose dir1 and...
Showing results 1 to 3 of 3

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