find question

Gary Gatten Ggatten at waddell.com
Wed Aug 5 01:23:17 UTC 2009


What is "-type" supposed to do? I've never used it before, never needed it.

----- Original Message -----
From: owner-freebsd-questions at freebsd.org <owner-freebsd-questions at freebsd.org>
To: freebsd-questions at freebsd.org <freebsd-questions at freebsd.org>
Sent: Tue Aug 04 20:06:56 2009
Subject: find question

I am sure this is something I am doing that is obviously wrong, but I  
cannot figure it out.

I am reading a list of directories from a file, and then listing all  
of the files in the directory to a file.

Here is the code.

#!/usr/local/bin/bash
         cat ${FILELIST} | while read LINE
         do
                 echo ${LINE}
                 `find ${LINE} -type f >> ${TMPFILE}`
         done

Here is the output.
/usr/home/windowsaccess

find: illegal option -- t
find: illegal option -- y
find: illegal option -- p
find: illegal option -- e
find: f: No such file or directory

Any suggestions would be greatly appreciated.

Thanks,


Jay
_______________________________________________
freebsd-questions at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"





<font size="1">
<div style='border:none;border-bottom:double windowtext 2.25pt;padding:0in 0in 1.0pt 0in'>
</div>
"This email is intended to be reviewed by only the intended recipient
 and may contain information that is privileged and/or confidential.
 If you are not the intended recipient, you are hereby notified that
 any review, use, dissemination, disclosure or copying of this email
 and its attachments, if any, is strictly prohibited.  If you have
 received this email in error, please immediately notify the sender by
 return email and delete this email from your system."
</font>



More information about the freebsd-questions mailing list