tmp=export_files_unsorted.txt;  rm -f $tmp && touch $tmp;  for dir in 
/usr/local/apache2/src/include /usr/local/apache2/src/os/S_DIR PR_INCLUDEDIR 
PU_INCLUDEDIR /usr/local/apache2/src/modules/http; do  find $dir -maxdepth 1 -type f 
-name '*.h' >> $tmp;  done;  cat $tmp | sort | uniq > export_files;  rm -f $tmp
find: -maxdepth: unknown option
*** Error code 1

This is on NetBSD/i386 1.6.

-- 
Eric Gillespie, Jr. <*> [EMAIL PROTECTED]

Build a fire for a man, and he'll be warm for a day.  Set a man on
fire, and he'll be warm for the rest of his life. -Terry Pratchett

Reply via email to