CGI를 이용해서 system call을 사용하려고 하는데요
system("printf("%s",tmp)");
이런 식으로 사용할 수 있나요?
아니면 변수를 직접 사용할 수있는 방법이 없을까요?
const char *opt = "-lh"; char cmd[4096]; sprintf(cmd, "ls %s", opt); system(cmd);
위처럼 쓰시면 됩니당. 그럼 "ls -lh"가 system 함수로 넘어가죠.
텍스트 포맷에 대한 자세한 정보
<code>
<blockcode>
<apache>
<applescript>
<autoconf>
<awk>
<bash>
<c>
<cpp>
<css>
<diff>
<drupal5>
<drupal6>
<gdb>
<html>
<html5>
<java>
<javascript>
<ldif>
<lua>
<make>
<mysql>
<perl>
<perl6>
<php>
<pgsql>
<proftpd>
<python>
<reg>
<spec>
<ruby>
<foo>
[foo]
승리의 sprintf
위처럼 쓰시면 됩니당.
그럼 "ls -lh"가 system 함수로 넘어가죠.
댓글 달기