On Sunday 09 March 2003 10:25 pm, Lars Kneschke(priv.) wrote:
> Hello!
>
> I try do delete all files older then 7 days.
>
> # date
> Mon Mar 10 04:23:30 UTC 2003
>
> firewall: -root-
> # ls -ltr `find /storage/www/logs -type f -mtime +7`

Likely because the version of 'find' is from busybox
and doesn't support all options of the full version.

-- 
~Lynn Avants
Linux Embedded Appliance Firewall Developer
http://leaf.sourceforge.net
http://www.guitarlynn.homelinux.org:81


-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com

_______________________________________________
leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to