On Fri, Feb 28, 2003 at 12:09:01PM +0530, Arvind wrote: > how can i delete files older which were created before feb 15 ? > do i need to write a shell script or is there a command. ls does not talke > about date anywhere, only time.
man find, man xargs. Binand -- Russian Roulette with Unix: while :; do kill $RANDOM &> /dev/null && break || sleep 1; done ------------------------------------------------------- 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
