Date: Mon, 19 May 2008 01:49:35 -0700 From: "Garrett Cooper" <yanefbsd@gmail.com> To: questions@freebsd.org Subject: Now what would you expect this to print out? Message-ID: <7d6fde3d0805190149y7a3bfa75j2ca6a67cef66e8f6@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7d6fde3d0805190149y7a3bfa75j2ca6a67cef66e8f6>