Microsoft
Software
Hardware
Network
Question : Unix command to find and delete files older than xx days
I need to find and delete files older than 90 days.
I tried this on the command line, but it says "incomplete statement":
find /slice6/imedw/bad -mtime +90 -exec rm -r {}\;
which I found here:
http://www.experts-exchang
e.com/Prog
ramming/Sy
stem/Unix_
-
_Posix/Q_
20654225.h
tml?sfQuer
yTermInfo=
1+command+
file+find+
old+unix
which says "find <directory> -mtime +14 -exec rm -r {} \; "
once we get it working, then I need it to run from inside a Korn-shell script
Answer : Unix command to find and delete files older than xx days
You need to give space after {}
Random Solutions
Problems with this simple cookie demo
lookup table and stop a form opening if more than two entries match a criteria
Loop through XML file using VB.Net
Outlook 2007 cerificate error
Why does END TASK on a remoteapp session cause all remoteapp sessions to all servers to shut down?
IP addresses currently in use
Alter Table Alter Constraint
Error when I get content with Microsoft.XMLHTTP
MySQL 5 DROP error -> foreign key constraint
XP Start Menu: Does not respond to Mouse - Sometimes