Re: Now what would you expect this to print out?

2008-05-21 Thread Jonathan McKeown
On Tuesday 20 May 2008 16:44, RW wrote: On Tue, 20 May 2008 11:33:50 +0200 Jonathan McKeown [EMAIL PROTECTED] wrote: On Tuesday 20 May 2008 02:41, RW wrote: On Mon, 19 May 2008 21:46:03 +1200 Jonathan Chen [EMAIL PROTECTED] wrote: find /usr/src \( -name Makefile -or -name

Re: Now what would you expect this to print out?

2008-05-20 Thread Jonathan McKeown
On Tuesday 20 May 2008 02:41, RW wrote: On Mon, 19 May 2008 21:46:03 +1200 Jonathan Chen [EMAIL PROTECTED] wrote: On Mon, May 19, 2008 at 01:49:35AM -0700, Garrett Cooper wrote: Riddle for the day for folks that have source trees... what would you expect this to print out (ask yourself

Re: Now what would you expect this to print out?

2008-05-20 Thread RW
On Tue, 20 May 2008 11:33:50 +0200 Jonathan McKeown [EMAIL PROTECTED] wrote: On Tuesday 20 May 2008 02:41, RW wrote: On Mon, 19 May 2008 21:46:03 +1200 Jonathan Chen [EMAIL PROTECTED] wrote: find /usr/src \( -name Makefile -or -name '*.mk' \) -print Why does that make a

Now what would you expect this to print out?

2008-05-19 Thread Garrett Cooper
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

Re: Now what would you expect this to print out?

2008-05-19 Thread Jonathan Chen
On Mon, May 19, 2008 at 01:49:35AM -0700, Garrett Cooper wrote: 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

Re: Now what would you expect this to print out?

2008-05-19 Thread Sébastien Morand
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

Re: Now what would you expect this to print out?

2008-05-19 Thread Jonathan McKeown
On Monday 19 May 2008 11:46, Jonathan Chen wrote: On Mon, May 19, 2008 at 01:49:35AM -0700, Garrett Cooper wrote: 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

Re: Now what would you expect this to print out?

2008-05-19 Thread RW
On Mon, 19 May 2008 21:46:03 +1200 Jonathan Chen [EMAIL PROTECTED] wrote: On Mon, May 19, 2008 at 01:49:35AM -0700, Garrett Cooper wrote: 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)?

Re: Now what would you expect this to print out?

2008-05-19 Thread Giorgos Keramidas
On Mon, 19 May 2008 12:40:46 +0200, Jonathan McKeown [EMAIL PROTECTED] wrote: I forget where I saw this quote first, but the last five words always make me think of the find command: Real Programmers consider what you see is what you get to be just as bad a concept in Text Editors as