On Fri, 2004-01-16 at 02:27, smoothmilk wrote: > [smthmlk@fields smthmlk]$ find . -iregex ".*" > [smthmlk@fields smthmlk]$ find -name "mp3s" > ./mp3s > [smthmlk@fields smthmlk]$ find -regex "mp3s" -regex matches the full pathname rather than the filename. -name matches the filename without the path. man and info pages for find explain further. See if this works: find -regex "./mp3s" -- David Norris http://www.webaugur.com/dave/ ICQ - 412039
Attachment:
signature.asc
Description: This is a digitally signed message part