From owner-freebsd-questions Mon Jul 29 10:11:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDEC937B400 for ; Mon, 29 Jul 2002 10:11:09 -0700 (PDT) Received: from mailhost.hirshfields.com (mailhost.hirshfields.com [63.226.159.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2B6A43E42 for ; Mon, 29 Jul 2002 10:11:08 -0700 (PDT) (envelope-from pbiessener@hirshfields.com) Received: from ultra.hirshfields.com (ultra.hirshfields.com [192.168.195.101]) by mailhost.hirshfields.com (8.11.4/8.11.4) with SMTP id g6THB8e18984 for ; Mon, 29 Jul 2002 12:11:08 -0500 (CDT) Received: (qmail 670 invoked from network); 29 Jul 2002 17:10:57 -0000 Received: from spicer.hirshfields.com (HELO hirshfields.com) (192.168.195.244) by ultra.hirshfields.com with SMTP; 29 Jul 2002 17:10:57 -0000 Message-ID: <3D45772B.50002@hirshfields.com> Date: Mon, 29 Jul 2002 12:11:07 -0500 From: C Peter Biessener User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.0rc2) Gecko/20020512 Netscape/7.0b1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions Subject: find question Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello All, I want to do a simple find command to find all files older than X days. # find . -type f -mtime +14 -print Normally, I would expect the command above to find files modified more than 14 days ago. The syntax is straight out of "UNIX in a Nutshell" by O'Reilly & Associates. However, it does not work in FreeBSD. I did look at the manpage for find on our FreeBSD 4.1. The -mtime +n syntax is not documented. How could such an essential feature not be implemented in FreeBSD? Thanks, Peter Biessener To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message