질문과 답변

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 12448
RMVX 배포용 게임 작성시 3 file emblock 2013.07.03 804
RMVX 배포용 게임을 다시 프로젝트 파일로 되돌릴 수 없을 까요? 1 카르와푸딩의아틀리에 2018.05.09 137
RMVX 배포용 게임작성 오류 7 file 빨간버섯 2015.02.16 269
RMVX 배포용 파일을 만들었는데 설치가 안 돼요. 3 아민 2011.04.07 1403
RMVX 배포용게임 업데이트시 세이브파일과 런타임 2 unuseid 2011.07.13 1421
RMVX 배포용게임작성시 RTP데이터포함은 어떤기능이 있나요 2 Lamancha 2012.07.19 1326
RMVX 배포용게임작성시 경고문구가 뜨네요 네이피어 2012.02.26 2076
RMVX 배포용파일 작성시 타이틀 화면 초기화 unuseid 2011.07.13 1200
RMVX 뱀파이어 SBABS 9 스킬 관련 질문 센♬ 2011.11.27 2191
RMVX 뱀파이어 sbabs에서 스킬 쓸 때 무기 아이콘 뜨게할 순 없나요? 닉네임은2와20 2012.01.13 2714
RMVX 뱀파이어 액알에서 Die Self Switch A 어떻게 사용하는 건가요? 3 닉네임은2와20 2012.01.16 7269
RMVX 뱀파이어 액알에서 액터 방어율 설정 가능한가요? 닉네임은2와20 2012.01.21 2429
RMVX 뱀파이어 액알을 사용 중인데 상태가 이상하게 먹히네요... 닉네임은2와20 2012.01.17 2745
RMVX 뱀파이어에서 파티원도 같이 공격하잖아요. 1 정말귀인★ 2013.10.29 834
RMVX 버튼 안눌렀는데 이벤트로 버튼누르는법 3 kallat 2011.08.08 1660
RMVX 버튼누르면 공격하는방법 2 김건우님 2011.08.25 1568
RMVX 버튼눌렀을때나오는소리 3 아아아ㅏ앙ㅇㅇㅇㅇ 2015.02.08 147
RMVX 버튼사용시 물건이동방법 6 레고주민 2013.03.31 969
RMVX 버프 천운 2011.01.05 403
RMVX 버프 스킬 만드는법 [ 액션RPG ] 2 널지킨다 2011.08.12 1456
Board Pagination Prev 1 ... 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 ... 127 Next
/ 127