The UNIX and Linux Forums
>
Operating Systems
>
SUN Solaris
Find 3 months old log files and remove
.
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
:
Find 3 months old log files and remove
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
4
(
permalink
)
05-22-2008
cvdev
Registered User
Join Date: May 2008
Posts: 8
Thanks for the reply
I tried the command
find . -name *.log.* -mtime +90 -exec ls -tl {} \;
getting error Arg list too long
bash-2.03$ find . -name *.log.* -mtime +90 -exec ls -tl {} \;
bash: /usr/bin/find: Arg list too long
Thanks,
cvdev
View Public Profile
Find all posts by cvdev
Find cvdev's past nominations received
Find cvdev's present nominations given