[완료] find 명령시 종종 나오는 에러 : paths must precede expression

DwYoon의 이미지

$ find -name *.bak
find: paths must precede expression
Usage: find [-H] [-L] [-P] [path...] [expression]

위 에러는 cygwin 셸 환경에서 난 것이고, 리눅스 환경에서도 종종 저런 에러가 납니다. 패쓰를 넣지 않아서 나는 에러라고 생각하고 -name 전에 패쓰를 넣어도 같은 에러를 뿌릴 때가 있고, 그냥 실행이 잘 될 때도 있고요.

제가 뭘 잘못한 걸까요?

cinsk의 이미지

DwYoon의 이미지

감사합니다. 간단한 방법이 있었군요. 그런데, 왜

$ find -name *.c

는 아무 이상 없이 실행이 되는데,

$ find -name *.bak

은 에러를 뱉는 걸까요?

왜 *.c 는 패쓰로 인식하지 않고, *.bak 는 패쓰로 인식한 건가요?

moc.soolge.nooynowead

lifthrasiir의 이미지

DwYoon wrote:
감사합니다. 간단한 방법이 있었군요. 그런데, 왜

$ find -name *.c

는 아무 이상 없이 실행이 되는데,

$ find -name *.bak

은 에러를 뱉는 걸까요?

왜 *.c 는 패쓰로 인식하지 않고, *.bak 는 패쓰로 인식한 건가요?

'...'로 묶이지 않은 와일드카드는 실제로 프로그램에 넘겨지기 전에 치환되는 과정을 거칩니다. (예를 들어서 *.html이 index.html blah.html secret.html 식으로 치환됩니다) 하지만 치환할 파일이 하나도 없다면 치환되지 않습니다. 이 경우 find를 실행한 디렉토리에 *.bak 파일은 있는데 *.c 파일은 없다는 거겠죠. 일반적으로 find를 쓰실 때는 ''를 써야 한다고 생각하시면 편할 겁니다.

- 토끼군

cinsk의 이미지

*, ?, []와 같은 wildcard pattern은 shell에 의해서 확장되어서 전달되기 때문에, *.bak, *.c와 같은 문자열이 그대로 전달되지 않는다고 봐야 합니다. 그대로 전달된다면, 현재 디렉토리에 그 패턴에 맞는 파일이 없기 때문입니다.

따라서 이런 wildcard pattern을 명령에 전달하기 위해서는 ''나 ""로 둘러싸야 합니다. *.c를 그냥 전달했는데 제대로 동작했다면, 아마도 현재 디렉토리에 *.c에 해당하는 파일이 없었기 때문일 겁니다. 마찬가지로 *.bak가 동작하지 않은 것은, 현재 디렉토리에 *.bak에 매칭되는 파일이 있었기 때문일 겁니다.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.