Computing.Net > Forums > Unix > find: [-H | -L] path-list predicate

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

find: [-H | -L] path-list predicate

Reply to Message Icon

Name: trichyselva
Date: December 12, 2007 at 22:46:40 Pacific
OS: windowsxp
CPU/Ram: p4
Product: pentium
Comment:

i want to find the file msk_Rco_ijkl_20070925_033743.Z
i am using the below command but it is returning with the below metioned error
how to solve it

find . -name 'msk_Rco_ijkl_*' -mtime -60 -print
find: bad option msk_Rco_ijkl_20070925_033743.Z
find: [-H | -L] path-list predicate-list



Sponsored Link
Ads by Google

Response Number 1
Name: nails
Date: December 13, 2007 at 15:28:58 Pacific
Reply:

Your find syntax works fine on my Solaris 9 box. I also tried it with my MKS toolkit for Windows and it worked.

Perhaps you should try double quotes instead of single?



0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Unix Forum Home


Sponsored links

Ads by Google


Results for: find: [-H | -L] path-list predicate

Problem with find script www.computing.net/answers/unix/problem-with-find-script/5357.html

exclude dire with find command www.computing.net/answers/unix/exclude-dire-with-find-command-/8079.html

using find; can I use grep as well? www.computing.net/answers/unix/using-find-can-i-use-grep-as-well/4487.html