shell script에서 한줄의 명령어를 다 완료한 후 다음 줄을 실행하게 하려면 어떻게 해야하죠?

chobozzangman의 이미지

예를 들어 첫째줄에 rpm -ivh xx.rpm 이걸 실행하고 다완료 되면
rm -r xx.rpm 이런식으로 동작하게 하려면 sleep 으로 예측해서 하는 방법 밖에 없을까요?

익명 사용자의 이미지

원래 그렇게 돌아갑니다.

Prentice의 이미지

rpm -ivh xx.rpm && rm -r xx.rpm || echo "Install failed! File not deleted."

성공하면 삭제. 아니면 오류 출력. 이렇게 하실 수도 있습니다.

익명 사용자의 이미지

&&명령어로 echo랑 묶으면 그럴 일은 없겟지만 echo 가 실패한건지 가늠할 수 없을거 같아서요...

baimouths의 이미지

그럼 필요한 부분에 pause 를 넣으면 되지 않을까요?
http://answers.yahoo.com/question/index?qid=20081113203609AAVWePG 를 보니

read -p "Press any key to continue…"

와 같이 pause 를 할 수 있다고 하는데 (윈도우즈에는 pause 가 있는데 리눅스엔 없군요??)
필요한 변수나 내용을 넣어주시면 될 것 같아요

Prentice의 이미지

rpm -ivh xx.rpm && rm -r xx.rpm || echo "Install failed! File not deleted." || touch ~/echo_failed_creating_error_file

echo가 실패한 건지 가늠하려면 || 추가... 이걸 말하신 건 아닌 것 같은데... 한 명령어씩 확인한다는 게 무슨 말씀이세요?

익명 사용자의 이미지

rpm -ivh xx.rpm && echo "install success"
rm -r xx.rpm && echo "successfully deleted"

이런식으로 확인하고 싶어서요.. rpm 설치 후 지우는건 예구요 실은 지금 문제가 되고 있는 스크립트가 하나가 있는데 실행되는 프로세스를 멈추고 바이너리를 교체한 후 다시 실행시키는 건데 잘안먹어서 한 명령어씩 확인해 보려구요.

익명 사용자의 이미지

스크립트 시작 부분에

set -e

를 주면 각 라인을 실행하면서 프로세스의 반환값이 0이 아니면 멈춥니다.

익명 사용자의 이미지

답변해 주신분들 모두 감사합니다.

댓글 달기

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