{"id":201,"date":"2026-05-29T10:21:08","date_gmt":"2026-05-29T01:21:08","guid":{"rendered":"https:\/\/it-blog.kr\/?p=201"},"modified":"2026-05-29T10:21:08","modified_gmt":"2026-05-29T01:21:08","slug":"tree","status":"publish","type":"post","link":"https:\/\/it-blog.kr\/?p=201","title":{"rendered":"tree"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">tree\ub780?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Directory \uad6c\uc870\ub97c \ubcfc \uc218 \uc788\ub294 Linux Command\uc774\ub2e4.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\uc608\uc81c<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">\uc77c\ubc18 tree \uba85\ub839\uc5b4.<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>cd grpc-demo\ntree<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>.\n\u251c\u2500\u2500 bin\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 server\n\u251c\u2500\u2500 client\n\u251c\u2500\u2500 go.mod\n\u251c\u2500\u2500 go.sum\n\u251c\u2500\u2500 hello\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 hello_grpc.pb.go\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 hello.pb.go\n\u251c\u2500\u2500 nohup.out\n\u251c\u2500\u2500 proto\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 hello.proto\n\u2514\u2500\u2500 server\n    \u2514\u2500\u2500 main.go\n\n6 directories, 8 files<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">-F<\/h4>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" width=\"467\" height=\"303\" loading=\"lazy\" src=\"https:\/\/it-blog.kr\/wp-content\/uploads\/2026\/05\/image-15.png\" alt=\"\" class=\"wp-image-202\" style=\"aspect-ratio:1.5413084848087144;width:417px;height:auto\" srcset=\"https:\/\/it-blog.kr\/wp-content\/uploads\/2026\/05\/image-15.png 467w, https:\/\/it-blog.kr\/wp-content\/uploads\/2026\/05\/image-15-300x195.png 300w\" sizes=\"auto, (max-width: 467px) 100vw, 467px\" \/><\/figure>\n\n\n\n<pre class=\"wp-block-code\"><code>tree -F<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>.\/\n\u251c\u2500\u2500 bin\/\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 server*\n\u251c\u2500\u2500 client\/\n\u251c\u2500\u2500 go.mod\n\u251c\u2500\u2500 go.sum\n\u251c\u2500\u2500 hello\/\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 hello_grpc.pb.go\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 hello.pb.go\n\u251c\u2500\u2500 nohup.out\n\u251c\u2500\u2500 proto\/\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 hello.proto\n\u2514\u2500\u2500 server\/\n    \u2514\u2500\u2500 main.go\n\n6 directories, 8 files<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">-C (color)<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>tree -CF<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" width=\"353\" height=\"310\" loading=\"lazy\" src=\"https:\/\/it-blog.kr\/wp-content\/uploads\/2026\/05\/image-16.png\" alt=\"\" class=\"wp-image-203\" style=\"width:298px;height:auto\" srcset=\"https:\/\/it-blog.kr\/wp-content\/uploads\/2026\/05\/image-16.png 353w, https:\/\/it-blog.kr\/wp-content\/uploads\/2026\/05\/image-16-300x263.png 300w\" sizes=\"auto, (max-width: 353px) 100vw, 353px\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">&#8211;dirsfirst (directory \uc6b0\uc120 \ucd9c\ub825)<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>tree -CF --dirsfirst<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>.\/\n\u251c\u2500\u2500 bin\/\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 server*\n\u251c\u2500\u2500 client\/\n\u251c\u2500\u2500 hello\/\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 hello_grpc.pb.go\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 hello.pb.go\n\u251c\u2500\u2500 proto\/\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 hello.proto\n\u251c\u2500\u2500 server\/\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 main.go\n\u251c\u2500\u2500 go.mod\n\u251c\u2500\u2500 go.sum\n\u2514\u2500\u2500 nohup.out\n\n6 directories, 8 files<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>tree\ub780? Directory \uad6c\uc870\ub97c \ubcfc \uc218 \uc788\ub294 Linux Command\uc774\ub2e4. \uc608\uc81c \uc77c\ubc18 tree \uba85\ub839\uc5b4. -F -C (color) &#8211;dirsfirst (directory \uc6b0\uc120 \ucd9c\ub825)<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-201","post","type-post","status-publish","format-standard","hentry","category-study"],"_links":{"self":[{"href":"https:\/\/it-blog.kr\/index.php?rest_route=\/wp\/v2\/posts\/201","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/it-blog.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/it-blog.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/it-blog.kr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/it-blog.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=201"}],"version-history":[{"count":1,"href":"https:\/\/it-blog.kr\/index.php?rest_route=\/wp\/v2\/posts\/201\/revisions"}],"predecessor-version":[{"id":204,"href":"https:\/\/it-blog.kr\/index.php?rest_route=\/wp\/v2\/posts\/201\/revisions\/204"}],"wp:attachment":[{"href":"https:\/\/it-blog.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=201"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/it-blog.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=201"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/it-blog.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=201"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}