Is 'find' what you're looking for?
find ${path} -type f -iname '*.doc' -print
find ${path} -type f -iname '*.doc' -exec /some/import/script {} \;
Thanks,
Ryan Yagatich
,__________________________________________________,
/ Ryan Yagatich Pantek Incorporated |
\ http://www.pantek.com/linux [EMAIL PROTECTED] |
/ One Hour Emergency Response (877) 546-8934 |
\___________________________________________________|
On Wed, 2 Mar 2005, Scott Hamm wrote:
>Is there any equivalent syntax similiar to dir /w /s for all *.doc to
>insert into mysql database?
>
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]