The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 05-22-2008
cvdev cvdev is offline
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,