>>>>> "Arvind" == rarvind  <Arvind> writes:

    Arvind> how can i delete files older which were created before feb
    Arvind> 15 ?  do i need to write a shell script or is there a
    Arvind> command. ls does not talke about date anywhere, only time.

To find files in /tmp last modified more than 10 days ago:

find /tmp -mtime +10

I'm sure you can extrapolate to your requirement.

Regards,

-- Raju
-- 
Raj Mathur                [EMAIL PROTECTED]      http://kandalaya.org/
                      It is the mind that moves


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to