질문과 답변

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 21143
RMVX 스크립트 질문 3 file Skeleton's bone 2011.09.05 1681
RMVX 스크립트 중에 '레벨업 시 자세한 정보 나오는 스크립트' 를 사용하고 난 후에 쿠쿠밥솥 2011.11.12 1801
RMVX 스크립트 중 exec라는 명령이 무엇인가요? 2 녹색주머니 2010.10.08 703
RMVX 스크립트 조건분기 중 통행관련 조건분기 질문 4 도심 2011.01.11 1032
RMVX 스크립트 제발!!~ 3 르코 2011.01.14 571
RMVX 스크립트 적용법 D_Dandy 2016.10.29 203
RMVX 스크립트 적용 2 비씨 2014.01.07 661
라이선스 RMVX 스크립트 저작권 관련 2 구찌토끼 2019.09.05 268
RMVX 스크립트 입문, 문법에 관한 질문 3 딸기뱀 2012.02.02 1680
RMVX 스크립트 이건 또 뭐땜에 이런가요 ㅠㅠ(system stack error) 12 file 구레귈궭 2014.06.20 1057
RMVX 스크립트 오류요... 5 여유로운하루 2010.09.07 5129
RMVX 스크립트 오류가 뜹니다. 2 공팡내라면 2012.06.19 1070
RMVX 스크립트 오류... 3 file 구레귈궭 2014.06.17 946
RMVX 스크립트 오류.. 2 file vmfl 2016.02.24 145
RMVX 스크립트 오류 질문 드립니다 4 후라이팬샷 2014.01.10 616
RMVX 스크립트 오류 재질문 file 은색바람 2013.02.04 614
RMVX 스크립트 오류 3 file 은색바람 2013.02.04 667
RMVX 스크립트 오류 2 미르(Mir) 2014.05.05 558
RMVX 스크립트 오류 8 file SIES 2015.06.30 178
RMVX 스크립트 에러좀 봐주세요 ㅠㅠ 1 file 류한서 2012.11.30 866
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