Re: Metacharacters with the '-name' option in the find command

2012-07-10 Thread James Youngman
Thanks Andreas for explaining. For what it's worth, there's also a very similar explanation in the "NON-BUGS" section of the find manual page. James.

Re: Metacharacters with the '-name' option in the find command

2012-07-10 Thread fred0a
Thank you very much. Fred.

Metacharacters with the '-name' option in the find command

2012-07-10 Thread fred0a
Hello, I do not understand metacharacters with '-name' option in the find command. Example: $ls file* file file.html $find . -name file* find: paths must precede expression: file.html Usage: find [-H] [-L] [-P] [-Olevel] [-D help|tree|search|stat|rates|opt|exec] [path...] [expression] Why it