스크립트 짜는거 가르쳐 주세요...ㅜ

hcs1021의 이미지

#! /bin/sh
# File : acq1.sh
# Set message on
set -x

# Assign values to variables
num=1
nangle=100 fangle=-35 langle=-10
nt=750 dr=0.004

# Name input model file
inmodel=model${num}

# Name output seismic file
outseis=seis${num}.su

#================================================
# Create the Seismic trace wirh "triseis"
# i-loop = 81 source positions
# j-loop = 21 hydrophone position (split-spread) per shot position
# k-loop = layer 2 through 5 (do not shoot layer 1 and 6)

echo " *** Begin loop over triseis. *** "

i=0
while [ "$i" -ne "81" ]
do

fs=`bc -l <<-END
$i * 0.05
END`
sx=`bc -l <<-END
$i * 50
END`
fldr=`bc -l < $i + 1
END`

j=0
while [ "$j" -ne "21" ]
do
fg=`bc -l <<-END
$i * 0.05 + $j * 0.05
END`
gx=`bc -l <<-END
$i *50 + $j *50 - 1400
END`
offset=`bc -l < $j * 50 -1400
END`
tracl=`bc -l <<-END
$i * 21 +$j + 1
END`
tracf=`bc -l <<-END
$j + 1
END`

echo "Sx=$sx Gx=$gx fldr=$fldr Offset=$offset tracl=$tracl fs=$fs fg=$fg"

k=2
while [ "$k" -ne "6" ]
do

triseis < $inmodel xs=2,6 xg=0.6,5.6 zs=0,0 zg=0,0 nangle=$nangle fangle=$fangle langle=$langle \
kreflect=$k krecord=1 fpeak=12 lscale=0.5 ns=1 fs=$fs ng=1 fg=$fg nt=$nt dt=$dt |
suaddhead nt=$nt |
sushw key=dt,tracl,tracr,fldr,tracf,trid,offset,sx,gx a=4000,$tracl,$tracl,$fldr,$tracf,1,$offset,$sx,$gx >>temp$k

k=`expr $k + 1`

done
j=`expr $j +1`

done
i=`expr $i +1`

done

echo " +++ End looping over triseis. +++"

#================================================

# Sum contents of the "temp" file
echo " +++ Sum file +++"
susum temp2 temp3 > tempa
susum tempa temp4 > tempb
susum tempb temp5 > $outseis

# Remove temp files
echo " --- Remove temp file.---"
rm -f temp*

# Exit politely from shell script
echo " ### Finished!!! ###"
exit

책보고 따라했는데

(standard_in) 2: illegal character: N
(standard_in) 2: syntax error

이런 에러만 뜨고 실행을 안해요...ㅜ
책을 눈알 빠지도록 보고 있는데 뭐가 틀렸는지 모르겠어요...ㅜ

terzeron의 이미지

무슨 일을 하는 스크립트인지도 잘 모르겠고,
코드도 게시판에 복사되면서 좀 깨진 듯 하고...

설명을 좀 더 덧붙여서, 소스코드를 첨부파일로 올려보시면
여러 분들의 도움을 받을 수 있으실 겁니다.

monovision의 이미지

fldr=`bc -l <>temp$k

에서 끝에 ` 가 빠져있습니다.

그리고.... while 문은 하나인데 done 이 3개나 있네요. 이 부분에서도 에러가 날 것 같습니다.

댓글 달기

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