질문과 답변

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 21130
RMVX 헤이스트 샤랄랄라진성 2011.01.26 710
RMVX 헤이스트 스킬 만드는 방법 질문 9 샤랄랄라진성 2011.01.28 710
RMVX 배포용 게임 작성 질문이예요. 1 니노미야 2011.02.07 710
RMVX 그래픽 소재의 대한질문 태극맨 2012.10.22 710
RMVX Vampyr SBABS 액알 보스설정방법좀요 ㅠ 2 file 마지막싶새 2014.05.05 710
RMVX 맵 배경을 사진으로 바꾸는 방법이 있나요? 2 위리리릴 2014.09.06 710
RMVX 타이머 0초시 전투 종료 2 Promise 2012.12.15 709
RMVX 문을 본상태에서 메뉴에들어가 열쇠 쓰게 하는법 1 박력남 2014.02.24 709
RMVX 메뉴 관련 질문 4 anito 2013.01.07 708
RMVX 온라인 스크립트 안돼여 1 file anrkd23 2011.02.15 707
RMVX 셀프 스위치는 반복(순환)해서 작동시킬 수 가 없는건가요? 4 빡새 2013.07.13 707
RMVX 액션알피지에서 시간마다 리젠하는 몬스터 만드는법.. 4 dlwog2 2014.06.02 707
RMVX 문 안열리게 하는법 1 휴론 2014.11.11 707
RMVX [수정] 이 스크립트 사용법 질문 드립니다 [속도제한 없애기] 11 file 후라이팬샷 2014.01.06 706
RMVX vx 질문이요.... 2 뿌르크 2013.12.29 706
RMVX mmorpg풍스크립트 있으신분있나요 3 베리베리붸리뷁 2011.01.25 706
RMVX 이벤트로 인해 통행가능으로 설정하는 방법이 무엇인가요? 2 file 탄막병기 2014.03.06 705
RMVX 몇가지 궁금한 점 좀 알려주세요. 2 아타락시아 2010.10.12 704
RMVX [RPG VX]전투할때 도망치다 없애는 방법...... 2 KOREA♬♪ 2010.12.20 704
RMVX 첨부한 변수 이용 설명 부탁합니다. 8 file 뾰롱뾰롱 2011.02.22 704
Board Pagination Prev 1 ... 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 ... 127 Next
/ 127