{"id":10362,"date":"2025-05-15T16:40:16","date_gmt":"2025-05-15T07:40:16","guid":{"rendered":"https:\/\/www.skyer9.pe.kr\/wordpress\/?p=10362"},"modified":"2025-05-15T16:40:16","modified_gmt":"2025-05-15T07:40:16","slug":"popen-fgets-%eb%a9%88%ec%b6%a4-%ed%98%84%ec%83%81","status":"publish","type":"post","link":"https:\/\/www.skyer9.pe.kr\/wordpress\/?p=10362","title":{"rendered":"popen fgets \uba48\ucda4 \ud604\uc0c1"},"content":{"rendered":"<h1>popen fgets \uba48\ucda4 \ud604\uc0c1<\/h1>\n<h2>\uc624\ub958 : \uba48\ucda4<\/h2>\n<p>popen \uc774 EOF \uc5d0 \ub3c4\ub2ec\ud574 \uc788\ub294 \uacbd\uc6b0, fgets \ub294 \uba48\ucdb0\ubc84\ub9b0\ub2e4.<br \/>\nls \uba85\ub839\uc774\uc57c \ubb50\ub77c\ub3c4 \ubc18\ud658\ud558\ub2c8\uae4c \uc624\ub958\uac00 \uc5c6\uaca0\uc9c0\ub9cc&#8230;<br \/>\ncut \ub4f1\uacfc \uac19\uc740 \uba85\ub839\uc740 \ubc18\ud658\ud560 \ub370\uc774\ud0c0\uac00 \uc5c6\ub294 \uacbd\uc6b0 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud55c\ub2e4.<\/p>\n<pre><code class=\"language-c\">fp = popen(&quot;ls -al&quot;, &quot;r&quot;);\nif (fp == NULL) {\n    return 0;\n}\n\nif (fgets(line, sizeof(line), fp) != NULL) {\n    line[strcspn(line, &quot;\\n&quot;)] = 0;\n\n    if (strlen(line) &gt; 0) {\n        strcpy(result, line);\n        found = 1;\n    }\n}<\/code><\/pre>\n<h2>\ud574\uacb0<\/h2>\n<p>feof \ub97c \uccb4\ud06c\ud574 \uc8fc\uba74 \ub41c\ub2e4.<\/p>\n<pre><code class=\"language-c\">fp = popen(&quot;ls -al&quot;, &quot;r&quot;);\nif (fp == NULL) {\n    return 0;\n}\n\nif (!feof(fp)) {\n    if (fgets(line, sizeof(line), fp) != NULL) {\n        line[strcspn(line, &quot;\\n&quot;)] = 0;\n\n        if (strlen(line) &gt; 0) {\n            strcpy(result, line);\n            found = 1;\n        }\n    }\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>popen fgets \uba48\ucda4 \ud604\uc0c1 \uc624\ub958 : \uba48\ucda4 popen \uc774 EOF \uc5d0 \ub3c4\ub2ec\ud574 \uc788\ub294 \uacbd\uc6b0, fgets \ub294 \uba48\ucdb0\ubc84\ub9b0\ub2e4. ls \uba85\ub839\uc774\uc57c \ubb50\ub77c\ub3c4 \ubc18\ud658\ud558\ub2c8\uae4c \uc624\ub958\uac00 \uc5c6\uaca0\uc9c0\ub9cc&#8230; cut \ub4f1\uacfc \uac19\uc740 \uba85\ub839\uc740 \ubc18\ud658\ud560 \ub370\uc774\ud0c0\uac00 \uc5c6\ub294 \uacbd\uc6b0 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud55c\ub2e4. fp = popen(&quot;ls -al&quot;, &quot;r&quot;); if (fp == NULL) { return 0; } if (fgets(line, sizeof(line), fp) != NULL) { line[strcspn(line, &quot;\\n&quot;)]\u2026 <span class=\"read-more\"><a href=\"https:\/\/www.skyer9.pe.kr\/wordpress\/?p=10362\">Read More &raquo;<\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[41],"tags":[],"class_list":["post-10362","post","type-post","status-publish","format-standard","hentry","category-c-c"],"_links":{"self":[{"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/10362","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=10362"}],"version-history":[{"count":1,"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/10362\/revisions"}],"predecessor-version":[{"id":10363,"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/10362\/revisions\/10363"}],"wp:attachment":[{"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=10362"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=10362"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=10362"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}