질문과 답변

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 21162
RMVX 걷는 소리를 적용하는 도중에 오류가 떴습니다 2 냥찌 2017.07.07 155
기본툴 사용법 RMVX 맵이동할때 화면이 어두워지는 연출없이 바로 이동 질문 2 file twrr 2021.01.30 155
RMVX 아이콘,보행자도트 아브아브 2015.07.30 153
에러 해결 RMVX VX 스크립트 사용 중 에러가 났습니다.... 1 file CatoN 2019.03.20 153
RMVX 버튼눌렀을때나오는소리 3 아아아ㅏ앙ㅇㅇㅇㅇ 2015.02.08 153
RMVX 액터이동경로에대해서 1 아쳐 2015.04.17 153
기본툴 사용법 RMVX 그래픽 E칸 초과하게 넣는법좀 알려주세요 2 file 김정은죽이기개발자! 2020.10.05 153
RMVX 전투씬 설정 1 file krmojo 2018.01.10 152
RMVX 제가 벽면에다가 지도를 걸고 이벤트 설정을 했는데 작동이 안되네요. 2 오노래오노래신나는노래 2018.03.16 152
스크립트 추천 RMVX 스킬 턴안넘어가고 즉시시전 스크립트 듀라듀라셀 2020.12.01 152
스크립트 사용 RMVX [VX스크립트] KGC패시브스킬, 무기옵션 스크립트 성공하신분. 2 테일즈 2019.03.07 151
RMVX HP가 적으면 자동으로 상태변화 1 J_chisee45 2016.02.24 151
RMVX 파티원끼리 같이움직이게 하고싶습니다 4 시간측정기초시계 2018.08.03 151
에러 해결 RMVX 글자 크기 조절 어떻게하나요? 벚화령 2020.05.26 151
RMVX 탈것에서 내리면 이동속도가 4로 떨어져요... 3 액알의대가가되자 2018.01.20 149
RMVX 랜덤 카운트 할 줄 아시는분? 2 에드문드 2016.03.25 149
RMVX 오랜만에 접속하는데 질문있습니다. 2 코딩이어려워 2015.01.17 148
RMVX 어떤 영역에서 아이템을 사용하면 이벤트 발생 맬비 2015.06.25 148
RMVX 그림의 표시 이겸 2016.08.22 148
RMVX 안티 렉 스크립트 오류가 있어요 file 후라이팬샷 2017.05.18 148
Board Pagination Prev 1 ... 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 Next
/ 127