The UNIX and Linux Forums
>
Operating Systems
>
SUN Solaris
How to delete Directory and inside files using Find command
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
How to delete Directory and inside files using Find command
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
4
(
permalink
)
07-10-2007
bmkreddy
Registered User
Join Date: Apr 2007
Posts: 8
I got solution for this one i need to change my command like this
find -type
d
-mtime +3 -exec rm -r {} \;
Or
find -mtime +3 -exec rm -r {} \;
Thanks
bmkreddy
View Public Profile
Find all posts by bmkreddy
Find bmkreddy's past nominations received
Find bmkreddy's present nominations given