Re: problem with 'find' command

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux