From owner-freebsd-questions@FreeBSD.ORG Mon May 19 09:17:17 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C19E5106564A for ; Mon, 19 May 2008 09:17:17 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.freebsd.org (Postfix) with ESMTP id 47B398FC1E for ; Mon, 19 May 2008 09:17:16 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so835222nfh.33 for ; Mon, 19 May 2008 02:17:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=6RmKal4uCsprTArqGgKagFIR/sNz2tOOsXOiHAtnsTg=; b=lO17ont69X105zq/tzv+cHVZ2bbcvbyRQxjgcwI7Cvv6jlsVjDpJwalrnvVFRt2KqGtrrRRzerwoBrW7b3QfcydMX6QP/VDUqbExPQ7qacoydxwKU01rydkVHSe9yCdtqq2QDJFbzzZzQ8XajXFDsdPmce+D1GDXRfFO+TyzPS0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=rOrjqP+LKmAm7foagIe/6NIEAeHBftlhj+21/Hs/VvVOOi8o4gZGnlo5waejsfza8TOBolgBsd2LCy9MmlgaYHJe6TXIzt10k7JiMYEI1Lfht+/PFca1jGunkuMrTqHMdpxwExXI74/ttFUp+DwpQYAIQQh8AclR7seyOc12U80= Received: by 10.125.124.15 with SMTP id b15mr5696396mkn.83.1211186975106; Mon, 19 May 2008 01:49:35 -0700 (PDT) Received: by 10.86.26.8 with HTTP; Mon, 19 May 2008 01:49:35 -0700 (PDT) Message-ID: <7d6fde3d0805190149y7a3bfa75j2ca6a67cef66e8f6@mail.gmail.com> Date: Mon, 19 May 2008 01:49:35 -0700 From: "Garrett Cooper" To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Now what would you expect this to print out? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2008 09:17:17 -0000 Riddle for the day for folks that have source trees... what would you expect this to print out (ask yourself the question and then execute the command)? find /usr/src -name Makefile -or -name '*.mk' -print The expected output and what actual output differed in my mind, but maybe somebody else can "shed some light" on the logic behind what happened [I read through the find(1) code and can see why it does what it does, but I still don't find the result useful]. Cheers, -Garrett