Date: Wed, 29 Oct 2003 16:44:35 -0800 From: "Drew Tomlinson" <drew@mykitchentable.net> To: "FreeBSD Questions" <freebsd-questions@freebsd.org> Subject: Help With 'find' Syntax Message-ID: <035201c39e7f$0d0d8190$6e2a6ba5@l035522>
next in thread | raw e-mail | index | archive | help
On October 25, my /usr partition lost nearly 50% of it's available space. This disk hasn't had any significant size changes since I built the system as it basically serves as a gateway. I'm trying to use the find command to determine what may have been written to the disk but am not having any luck. I see primaries such as -atime, -mtime, -ctime, and -newer and have read the man pages but do not understand what the best combination to find those files. Basically how do I use 'find' to show me all file that were created or modified on October 25? I've tried commands such as "find /usr \( -newerct 4d \! -newerct 3d \) -print" but nothing is returned. Thanks, Drew
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?035201c39e7f$0d0d8190$6e2a6ba5>