질문과 답변

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 12442
RMXP 스크립트 충돌..좀 도와주세요...ㅠㅠ.. or반때 2016.04.13 91
RMXP 스크립트 충돌 도와주실 분.. file 아미상 2015.01.13 111
RMVXA 스크립트 추가후, 이어하기 안 되는거 되게 하는 방법 없나요?? 시캐 2014.12.22 197
RMVXA 스크립트 처리하는데 다른 클래스에서 대기 시간은 어떻게 넣나요?? 미스터챈 2017.02.19 67
RMVX 스크립트 찾고있습니다. 1 아이리수 2012.08.11 1631
RMXP 스크립트 창에서 한국어폰트를 못읽습니다;; file 석진이 2011.06.05 1209
스크립트 작성 RMMV 스크립트 창 어떻게 여나요? 3 귤사과 2020.10.30 207
RMVX 스크립트 짜기 12 Jhon 2011.10.11 1474
RMVXA 스크립트 질문합니다 1 Rebiart 2013.11.24 671
RMVXA 스크립트 질문좀 할게요~ 2 귀칸 2014.10.16 347
RMVX 스크립트 질문입니다. 1 차진스 2011.03.09 742
RMVXA 스크립트 질문입니다. 1 차진스 2012.03.13 2400
RMVXA 스크립트 질문입니다. 2 로브남 2014.12.17 252
RMVXA 스크립트 질문) RPG xp vx 에서 인공지능 관련 스크립트 부분 어디인가요? 니꺼해 2018.04.01 102
RMVXA 스크립트 질문 2개 있습니다. 1 발로르 2016.03.30 115
RMXP 스크립트 질문 .... 3 샤프리드 2010.12.02 518
RMXP 스크립트 질문 1 로돌프 2011.04.21 1100
RMVX 스크립트 질문 3 file Skeleton's bone 2011.09.05 1674
RMVX 스크립트 중에 '레벨업 시 자세한 정보 나오는 스크립트' 를 사용하고 난 후에 쿠쿠밥솥 2011.11.12 1794
RMVX 스크립트 중 exec라는 명령이 무엇인가요? 2 녹색주머니 2010.10.08 701
Board Pagination Prev 1 ... 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 ... 516 Next
/ 516