BASH script 관련 도움 요청 드립니다.

byulbee의 이미지

안녕하세요?
BASH script 관련 도움 요청 드립니다.

터미널은 tcsh을 사용 중이고, script는 bash로 작성해야 합니다.

디렉토리 및 파일 구조
/USER/KKK/K1/file1.tmp
/USER/KKK/K2/file1.tmp
/USER/KKK/K2/file1.tmp

[lstmp.sh]
----------------------------------------------------------
#!/bin/bash -f
DIR_LIST=" \
/USER/KKK/K1 \
/USER/KKK/K2 \
/USER/KKK/K3 \
"

for DIR in $DIR_LIST
do
echo "DIR = $DIR"
ls ${DIR}/*.tmp
done
----------------------------------------------------------

위와 같이 lstmp.sh를 만들었는데요,
실행 시키면,

$ ./lstmp.sh
DIR = /USER/KKK/K1
ls: cannot access /USER/KKK/K1/*.tmp: 그런 파일이나 디렉터리가 없습니다
DIR = /USER/KKK/K2
ls: cannot access /USER/KKK/K2/*.tmp: 그런 파일이나 디렉터리가 없습니다
DIR = /USER/KKK/K3
ls: cannot access /USER/KKK/K3/*.tmp: 그런 파일이나 디렉터리가 없습니다

와 같이 나옵니다. 그런데, 그냥 터미널 프롬프트에서 직접 ls 명령어를 실행시키면

$ ls /USER/KKK/K3/*.tmp
/USER/KKK/K3/file1.tmp

와 같이 정상적으로 출력 됩니다.

또한 sh lstmp.sh와 같이 sh를 사용해서 실행시켜도 정상적으로 출력되는데,
일반 명령어처럼 lstmp.sh를 할 경우에만 안되는 것 같습니다.
$ sh lstmp.sh --> 정상 출력
$ ./lstmp.sh --> 위와 같이 제대로 인식 못 함.

lstmp.sh 에서, 특수문자 "*"를 인식하지 못하는 건가요?
변수 DIR에 대한 출력은 정상적으로 되는데, 이 변 수 아래의 *.tmp를 인식 못하는 것 같은데,
./lstmp.sh 를 실행하여 정상적으로 동작하게 하려면
어떻게 해야 하는 지, 도움 부탁드립니다.

감사합니다.

ymir의 이미지

sh script.sh 와 같이 실행하면 script.sh 에 명시된 interpreter 는 무시되고, 시스템의 sh 가 실행됩니다.
반대로 ./script.sh 와 같이 실행하면, 맨 처음에 #! 에서 명시된 interpreter 가 호출되죠.

bash 에서 -f 옵션은 noglob 입니다. * 와 같은 wild card 를 확장하지 않고 문자 그대로 사용하는 거죠.

https://www.tldp.org/LDP/abs/html/options.html

되면 한다! / feel no sorrow, feel no pain, feel no hurt, there's nothing gained.. only love will then remain.. 『 Mizz 』

byulbee의 이미지

옵션도 제대로 모르는 상태에서, 무작정 쓰다 보니, 많은 오류가 발생하네요^^;
덕분에 잘 해결 되었습니다.
도움 정말 감사드립니다^^

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.