질문과 답변

Extra Form

가끔 스크립트 중에 일부에서 발견되곤하는데 뭐하는 건지를 알 수가 없네요.

Comment '2'
  • ?
    Alkaid 2010.10.08 16:45

    외부명령을 실행하는 것 같습니다.  일단 ruby-doc.org에 있는 설명을 보면:


    exec(command [, arg, ...])
    Replaces the current process by running the given external command. If exec is given a single argument, that argument is taken as a line that is subject to shell expansion before being executed. If multiple arguments are given, the second and subsequent arguments are passed as parameters to command with no shell expansion. If the first argument is a two-element array, the first element is the command to be executed, and the second argument is used as the argv[0] value, which may show up in process listings. In MSDOS environments, the command is executed in a subshell; otherwise, one of the exec(2) system calls is used, so the running command may inherit some of the environment of the original program (including open file descriptors).

    exec "echo *" # echoes list of files in current directory
    # never get here

    exec "echo", "*" # echoes an asterisk
    # never get here

  • ?
    녹색주머니 2010.10.08 19:23

    감사합니다...

     

    영어는 쥐약이므로 열심히 공부해야겠네요.


List of Articles
종류 분류 제목 글쓴이 날짜 조회 수
공지 묻고 답하기 가이드 습작 2014.06.14 12391
RMVX 바다위를 랜덤으로 움직이는 배.. 5 난천 2010.10.09 848
RMVX 열쇠를 사용하고나서는 열쇠가필요하다는말이뜨지않게 어떻게하죠 2 프라임헌터즈 2010.10.09 839
RMXP 링메뉴에서 스테이터스를 "완전히!"제거하고 싶은데 어떻게 하죠? 2 츠키-★ 2010.10.09 865
RMXP 액알 만드는 법 1 좋은사람a 2010.10.09 955
RMVX 맵 장소이동 시 이벤트 위치 초기화 되는 문제 1 명상합시다 2010.10.09 851
RM2k 랄라라~ 오랜만에 질문좀 하나 할께요~ (Nameless) 2010.10.09 996
RMVX 변수1과 변수2를 변수3에 대입하기 7 곰테니 2010.10.09 698
RMXP 아주어려운질문이에요.ㅜㅜㅜ 1 나는청춘 2010.10.08 663
RMXP 미니맵 스위치 제발좀 도와주세요 4 황제님 2010.10.08 600
RMVX 스크립트 중 exec라는 명령이 무엇인가요? 2 녹색주머니 2010.10.08 701
RMVX 폴더내의 파일명을 확인하는 방법이 알고 싶습니다. 녹색주머니 2010.10.08 840
RMVX ORBS 스크립트를 쓰는데 에러가.. darkwell 2010.10.07 660
RMXP 스크립트를 왜 분할하나요? 3 코아 코스튬 2010.10.07 677
RMXP 그림 1 좋은사람a 2010.10.07 663
RMXP RPGXP일 경우에는... 1 카르네스아리엔 2010.10.07 530
기타 아방스를 들어가는데.... 노아의 방주_비둘기 2010.10.07 1052
RMXP 제가 어렵게 액알 약간 성공했는데.. 1 Hsik 2010.10.06 552
RMVX Vampyr SBABS 2 천운 2010.10.06 679
RMXP 전문가님들! 제가 액션 RPG를 만드려고 하는데 도와주세요! 어떻게 하는지 모르겠어요! 1 Hsik 2010.10.06 575
RMXP 다운받은 이벤트 말인데요-_- 1 RPGxp를 배우고파 2010.10.06 642
Board Pagination Prev 1 ... 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 Next
/ 516