{"id":295,"date":"2009-05-07T15:55:54","date_gmt":"2009-05-07T15:55:54","guid":{"rendered":"http:\/\/apollo89.com\/wordpress\/?p=295"},"modified":"2013-02-21T08:25:12","modified_gmt":"2013-02-20T23:25:12","slug":"%eb%94%94%eb%a0%89%ed%86%a0%eb%a6%ac%ec%9d%98-%ea%b5%ac%ec%a1%b0-%eb%b3%b4%ec%97%ac%ec%a3%bc%eb%8a%94-%eb%a6%ac%eb%88%85%ec%8a%a4-%eb%aa%85%eb%a0%b9%ec%96%b4-tree","status":"publish","type":"post","link":"https:\/\/apollo89.com\/wordpress\/?p=295","title":{"rendered":"\ub514\ub809\ud1a0\ub9ac\uc758 \uad6c\uc870 \ubcf4\uc5ec\uc8fc\ub294 \ub9ac\ub205\uc2a4 \uba85\ub839\uc5b4 tree"},"content":{"rendered":"<p>&nbsp;<\/p>\n<p>\uac1c\uc778\uc801\uc73c\ub85c \uc88b\uc544\ud558\ub294 \uba85\ub839\uc5b4 \uac00 \uba87 \uac1c \uc788\ub294\ub370<\/p>\n<p>\uadf8\uc911\uc5d0 \ud558\ub098\uac00 tree\ub2e4..<\/p>\n<p>\uc27d\uace0 \uc9c1\uad00\uc801\uc774\uba74\uc11c\ub3c4 \ud30c\uc6cc\ud480\ud558\ub2e4.<\/p>\n<p>\uadf8\ub7f0\ub370 \uac00\ub054 \uc11c\ubc84\uc5d0\uc11c \ubcf4\uba74 tree \uba85\ub839\uc5b4\uac00 \uc5c6\ub294 \uc11c\ubc84\ub4e4\uc774 \uc788\ub2e4..<\/p>\n<p>\uc774\uacf3\uc774 \uac1c\ubc1c\uc790\uc758 \ud648\ud398\uc774\uc9c0\ub2e4.(\uc18c\uc2a4\ub97c \ub2e4\uc6b4\ubc1b\uc744\uc218 \uc788\ub2e4.)<br \/>\n<a href=\"http:\/\/mama.indstate.edu\/users\/ice\/tree\/\" target=\"_blank\">http:\/\/mama.indstate.edu\/users\/ice\/tree\/<\/a><\/p>\n<p>tree \uba85\ub839\uc5b4\ub97c \uc4f0\uba74 \uc544\ub798\uc640 \uac19\uc740 \ub514\ub809\ucf54\ub514 \uad6c\uc870\uac00 \ub098\uc628\ub2e4.<\/p>\n<pre class=\"lang:default decode:true \" >]$ tree\r\n.\r\n`-- test\r\n    |-- doc\r\n    `-- src\r\n        |-- branches\r\n        |-- tags\r\n        `-- trunk\r\n            `-- index.html\r\n\r\n6 directories, 1 file\r\n]$\r\n<\/pre>\n<p>\uae54\ub054\ud558\uace0 \uc88b\ub2e4 \u314b<\/p>\n<p>man \ud398\uc774\uc9c0\ub97c \uc7a0\uae50\ubcf4\uba74&#8230;<\/p>\n<pre class=\"lang:default decode:true \" >NAME\r\ntree - list contents of directories in a tree-like format.\r\n\r\nSYNOPSIS\r\ntree [ -adfgilnpqstuxACDFN ] [ -P pattern ] [ -I pattern ] [ directory ... ]\r\n\r\nDESCRIPTION\r\nTree is a recursive directory listing program that produces a depth indented listing of files.\u00a0 Color is supported ala dircolors\r\nif the LS_COLORS environment variable is set, output is to a tty, and the -C flag is used.\u00a0 With no arguments,\u00a0 tree\u00a0 lists\u00a0 the\r\nfiles\u00a0 in\u00a0 the\u00a0 current directory.\u00a0 When directory arguments are given, tree lists all the files and\/or directories found in the\r\ngiven directories each in turn.\u00a0 Upon completion of listing all files\/directories found, tree returns the total number of\u00a0 files\r\nand\/or directories listed.\r\n\r\nBy default, when a symbolic link is encountered, the path that the symbolic link refers to is printed after the name of the link\r\nin the format:\r\n\r\nname -&amp;gt; real-path\r\n\r\nIf the `-l' option is given and the symbolic link refers to an actual directory, then tree will follow the path of the\u00a0 symbolic\r\nlink as if it were a real directory.\r\n\r\nOPTIONS\r\nTree understands the following command line switches:\r\n\r\n-a \u00a0 \u00a0 All\u00a0 files\u00a0 are printed.\u00a0 By default tree does not print hidden files (those beginning with a dot `.').\u00a0 In no event does\r\ntree print the file system constructs `.' (current directory) and `..' (previous directory).\r\n\r\n-d \u00a0 \u00a0 List directories only.\r\n\r\n-f \u00a0 \u00a0 Prints the full path prefix for each file.\r\n\r\n-i \u00a0 \u00a0 Makes tree not print the indentation lines, useful when used in conjunction with the -f option.\r\n\r\n-l \u00a0 \u00a0 Follows symbolic links if they point to directories, as if they were directories.\r\n\r\n-x \u00a0 \u00a0 Stay on the current file-system only.\u00a0 Ala find -xdev.\r\n\r\n-P pattern\r\nList only those files that match the wild-card pattern.\u00a0 Note: you must use the -a option to also\u00a0 consider\u00a0 those\u00a0 files\r\nbeginning\u00a0 with\u00a0 a dot `.' for matching.\u00a0 Valid wildcard operators are `*' (any zero or more characters), `?' (any single\r\ncharacter), `[...]' (any single character listed between brackets (optional - (dash) for character range may be used: ex:\r\n[A-Z]), and `[^...]' (any single character not listed in brackets).\r\n-I pattern\r\nDo not list those files that match the wild-card pattern.\r\n\r\n-p \u00a0 \u00a0 Print the protections for each file (as per ls -l).\r\n\r\n-s \u00a0 \u00a0 Print the size of each file along with the name.\r\n\r\n-u \u00a0 \u00a0 Print the username, or UID # if no username is available, of the file.\r\n\r\n-g \u00a0 \u00a0 Print the group name, or GID # if no group name is available, of the file.\r\n\r\n-D \u00a0 \u00a0 Print the date of the last modification time for the file listed.\r\n\r\n-F \u00a0 \u00a0 Append a `\/' for directories, a `=' for socket files, a `*' for executable files and a `|' for FIFO's, as per ls -F\r\n\r\n-q \u00a0 \u00a0 Print non-printable characters in filenames as question marks instead of the default caret notation.\r\n\r\n-N \u00a0 \u00a0 Print non-printable characters as is instead of the default caret notation.\r\n\r\n-t \u00a0 \u00a0 Sort the output by last modification time instead of alphabetically.\r\n\r\n-n \u00a0 \u00a0 Turn colorization off always, over-ridden by the -C option.\r\n\r\n-C \u00a0 \u00a0 Turn\u00a0 colorization on always, unless the LS_COLORS environment variable is not set.\u00a0 Useful to colorize output to a pipe.\r\n\r\n-A \u00a0 \u00a0 Turn on ANSI line graphics hack when printing the indentation lines.\r\n\r\nFILES\r\n\/etc\/DIR_COLORS \u00a0 \u00a0 \u00a0 \u00a0\u00a0 System color database.\r\n~\/.dircolors \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 Users color database.\r\n\r\nENVIRONMENT\r\nLS_COLORS \u00a0 \u00a0\u00a0 Color information created by dircolors\r\n\r\nAUTHOR\r\nSteve Baker (&lt;a href=\"mailto:ice@mama.indstate.edu\"&gt;ice@mama.indstate.edu&lt;\/a&gt;)\r\n\r\nBUGS\r\nNone known.\u00a0 Not heavily tested.\u00a0 Needs a few more options, ala ls.\r\n\r\nSEE ALSO\r\ndircolors(1L), ls(1L)\r\n<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; \uac1c\uc778\uc801\uc73c\ub85c \uc88b\uc544\ud558\ub294 \uba85\ub839\uc5b4 \uac00 \uba87 \uac1c \uc788\ub294\ub370 \uadf8\uc911\uc5d0 \ud558\ub098\uac00 tree\ub2e4.. \uc27d\uace0 \uc9c1\uad00\uc801\uc774\uba74\uc11c\ub3c4 \ud30c\uc6cc\ud480\ud558\ub2e4. \uadf8\ub7f0\ub370 \uac00\ub054 \uc11c\ubc84\uc5d0\uc11c \ubcf4\uba74 tree \uba85\ub839\uc5b4\uac00 \uc5c6\ub294 \uc11c\ubc84\ub4e4\uc774 \uc788\ub2e4.. \uc774\uacf3\uc774 \uac1c\ubc1c\uc790\uc758 \ud648\ud398\uc774\uc9c0\ub2e4.(\uc18c\uc2a4\ub97c \ub2e4\uc6b4\ubc1b\uc744\uc218 \uc788\ub2e4.) http:\/\/mama.indstate.edu\/users\/ice\/tree\/ tree \uba85\ub839\uc5b4\ub97c \uc4f0\uba74 \uc544\ub798\uc640 \uac19\uc740 \ub514\ub809\ucf54\ub514 \uad6c\uc870\uac00 \ub098\uc628\ub2e4. ]$ tree . &hellip; <a href=\"https:\/\/apollo89.com\/wordpress\/?p=295\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[661,670],"tags":[310,311,312,119,313],"class_list":["post-295","post","type-post","status-publish","format-standard","hentry","category-system","category-util-tools","tag-linux","tag-manpages","tag-tree","tag-119","tag-313"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\ub514\ub809\ud1a0\ub9ac\uc758 \uad6c\uc870 \ubcf4\uc5ec\uc8fc\ub294 \ub9ac\ub205\uc2a4 \uba85\ub839\uc5b4 tree - Apollo89.com<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/apollo89.com\/wordpress\/?p=295\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ub514\ub809\ud1a0\ub9ac\uc758 \uad6c\uc870 \ubcf4\uc5ec\uc8fc\ub294 \ub9ac\ub205\uc2a4 \uba85\ub839\uc5b4 tree - Apollo89.com\" \/>\n<meta property=\"og:description\" content=\"&nbsp; \uac1c\uc778\uc801\uc73c\ub85c \uc88b\uc544\ud558\ub294 \uba85\ub839\uc5b4 \uac00 \uba87 \uac1c \uc788\ub294\ub370 \uadf8\uc911\uc5d0 \ud558\ub098\uac00 tree\ub2e4.. \uc27d\uace0 \uc9c1\uad00\uc801\uc774\uba74\uc11c\ub3c4 \ud30c\uc6cc\ud480\ud558\ub2e4. \uadf8\ub7f0\ub370 \uac00\ub054 \uc11c\ubc84\uc5d0\uc11c \ubcf4\uba74 tree \uba85\ub839\uc5b4\uac00 \uc5c6\ub294 \uc11c\ubc84\ub4e4\uc774 \uc788\ub2e4.. \uc774\uacf3\uc774 \uac1c\ubc1c\uc790\uc758 \ud648\ud398\uc774\uc9c0\ub2e4.(\uc18c\uc2a4\ub97c \ub2e4\uc6b4\ubc1b\uc744\uc218 \uc788\ub2e4.) http:\/\/mama.indstate.edu\/users\/ice\/tree\/ tree \uba85\ub839\uc5b4\ub97c \uc4f0\uba74 \uc544\ub798\uc640 \uac19\uc740 \ub514\ub809\ucf54\ub514 \uad6c\uc870\uac00 \ub098\uc628\ub2e4. ]$ tree . &hellip; Continue reading &rarr;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/apollo89.com\/wordpress\/?p=295\" \/>\n<meta property=\"og:site_name\" content=\"Apollo89.com\" \/>\n<meta property=\"article:published_time\" content=\"2009-05-07T15:55:54+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2013-02-20T23:25:12+00:00\" \/>\n<meta name=\"author\" content=\"apollo89\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"apollo89\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"3\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=295#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=295\"},\"author\":{\"name\":\"apollo89\",\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/#\\\/schema\\\/person\\\/93f56825cac3b2f18e5f107995066c82\"},\"headline\":\"\ub514\ub809\ud1a0\ub9ac\uc758 \uad6c\uc870 \ubcf4\uc5ec\uc8fc\ub294 \ub9ac\ub205\uc2a4 \uba85\ub839\uc5b4 tree\",\"datePublished\":\"2009-05-07T15:55:54+00:00\",\"dateModified\":\"2013-02-20T23:25:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=295\"},\"wordCount\":14,\"commentCount\":0,\"keywords\":[\"Linux\",\"manpages\",\"tree\",\"\ub9ac\ub205\uc2a4\",\"\uba85\ub839\uc5b4\"],\"articleSection\":[\"System\",\"Util\\\/Tools\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=295#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=295\",\"url\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=295\",\"name\":\"\ub514\ub809\ud1a0\ub9ac\uc758 \uad6c\uc870 \ubcf4\uc5ec\uc8fc\ub294 \ub9ac\ub205\uc2a4 \uba85\ub839\uc5b4 tree - Apollo89.com\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/#website\"},\"datePublished\":\"2009-05-07T15:55:54+00:00\",\"dateModified\":\"2013-02-20T23:25:12+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/#\\\/schema\\\/person\\\/93f56825cac3b2f18e5f107995066c82\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=295#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=295\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=295#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\\\/\\\/apollo89.com\\\/wordpress\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ub514\ub809\ud1a0\ub9ac\uc758 \uad6c\uc870 \ubcf4\uc5ec\uc8fc\ub294 \ub9ac\ub205\uc2a4 \uba85\ub839\uc5b4 tree\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/#website\",\"url\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/\",\"name\":\"Apollo89.com\",\"description\":\"\uc544\ud3f4\ub85c\uc528\uc758 \uc7a1\ub2e4\ud55c \uacbd\ud5d8\ub4e4..\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/#\\\/schema\\\/person\\\/93f56825cac3b2f18e5f107995066c82\",\"name\":\"apollo89\",\"description\":\"\uc544\ud3f4\ub85c89 \uc785\ub2c8\ub2e4.\",\"url\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\ub514\ub809\ud1a0\ub9ac\uc758 \uad6c\uc870 \ubcf4\uc5ec\uc8fc\ub294 \ub9ac\ub205\uc2a4 \uba85\ub839\uc5b4 tree - Apollo89.com","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/apollo89.com\/wordpress\/?p=295","og_locale":"ko_KR","og_type":"article","og_title":"\ub514\ub809\ud1a0\ub9ac\uc758 \uad6c\uc870 \ubcf4\uc5ec\uc8fc\ub294 \ub9ac\ub205\uc2a4 \uba85\ub839\uc5b4 tree - Apollo89.com","og_description":"&nbsp; \uac1c\uc778\uc801\uc73c\ub85c \uc88b\uc544\ud558\ub294 \uba85\ub839\uc5b4 \uac00 \uba87 \uac1c \uc788\ub294\ub370 \uadf8\uc911\uc5d0 \ud558\ub098\uac00 tree\ub2e4.. \uc27d\uace0 \uc9c1\uad00\uc801\uc774\uba74\uc11c\ub3c4 \ud30c\uc6cc\ud480\ud558\ub2e4. \uadf8\ub7f0\ub370 \uac00\ub054 \uc11c\ubc84\uc5d0\uc11c \ubcf4\uba74 tree \uba85\ub839\uc5b4\uac00 \uc5c6\ub294 \uc11c\ubc84\ub4e4\uc774 \uc788\ub2e4.. \uc774\uacf3\uc774 \uac1c\ubc1c\uc790\uc758 \ud648\ud398\uc774\uc9c0\ub2e4.(\uc18c\uc2a4\ub97c \ub2e4\uc6b4\ubc1b\uc744\uc218 \uc788\ub2e4.) http:\/\/mama.indstate.edu\/users\/ice\/tree\/ tree \uba85\ub839\uc5b4\ub97c \uc4f0\uba74 \uc544\ub798\uc640 \uac19\uc740 \ub514\ub809\ucf54\ub514 \uad6c\uc870\uac00 \ub098\uc628\ub2e4. ]$ tree . &hellip; Continue reading &rarr;","og_url":"https:\/\/apollo89.com\/wordpress\/?p=295","og_site_name":"Apollo89.com","article_published_time":"2009-05-07T15:55:54+00:00","article_modified_time":"2013-02-20T23:25:12+00:00","author":"apollo89","twitter_card":"summary_large_image","twitter_misc":{"\uae00\uc4f4\uc774":"apollo89","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"3\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/apollo89.com\/wordpress\/?p=295#article","isPartOf":{"@id":"https:\/\/apollo89.com\/wordpress\/?p=295"},"author":{"name":"apollo89","@id":"https:\/\/apollo89.com\/wordpress\/#\/schema\/person\/93f56825cac3b2f18e5f107995066c82"},"headline":"\ub514\ub809\ud1a0\ub9ac\uc758 \uad6c\uc870 \ubcf4\uc5ec\uc8fc\ub294 \ub9ac\ub205\uc2a4 \uba85\ub839\uc5b4 tree","datePublished":"2009-05-07T15:55:54+00:00","dateModified":"2013-02-20T23:25:12+00:00","mainEntityOfPage":{"@id":"https:\/\/apollo89.com\/wordpress\/?p=295"},"wordCount":14,"commentCount":0,"keywords":["Linux","manpages","tree","\ub9ac\ub205\uc2a4","\uba85\ub839\uc5b4"],"articleSection":["System","Util\/Tools"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/apollo89.com\/wordpress\/?p=295#respond"]}]},{"@type":"WebPage","@id":"https:\/\/apollo89.com\/wordpress\/?p=295","url":"https:\/\/apollo89.com\/wordpress\/?p=295","name":"\ub514\ub809\ud1a0\ub9ac\uc758 \uad6c\uc870 \ubcf4\uc5ec\uc8fc\ub294 \ub9ac\ub205\uc2a4 \uba85\ub839\uc5b4 tree - Apollo89.com","isPartOf":{"@id":"https:\/\/apollo89.com\/wordpress\/#website"},"datePublished":"2009-05-07T15:55:54+00:00","dateModified":"2013-02-20T23:25:12+00:00","author":{"@id":"https:\/\/apollo89.com\/wordpress\/#\/schema\/person\/93f56825cac3b2f18e5f107995066c82"},"breadcrumb":{"@id":"https:\/\/apollo89.com\/wordpress\/?p=295#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/apollo89.com\/wordpress\/?p=295"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/apollo89.com\/wordpress\/?p=295#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/apollo89.com\/wordpress"},{"@type":"ListItem","position":2,"name":"\ub514\ub809\ud1a0\ub9ac\uc758 \uad6c\uc870 \ubcf4\uc5ec\uc8fc\ub294 \ub9ac\ub205\uc2a4 \uba85\ub839\uc5b4 tree"}]},{"@type":"WebSite","@id":"https:\/\/apollo89.com\/wordpress\/#website","url":"https:\/\/apollo89.com\/wordpress\/","name":"Apollo89.com","description":"\uc544\ud3f4\ub85c\uc528\uc758 \uc7a1\ub2e4\ud55c \uacbd\ud5d8\ub4e4..","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/apollo89.com\/wordpress\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/apollo89.com\/wordpress\/#\/schema\/person\/93f56825cac3b2f18e5f107995066c82","name":"apollo89","description":"\uc544\ud3f4\ub85c89 \uc785\ub2c8\ub2e4.","url":"https:\/\/apollo89.com\/wordpress\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/295","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=295"}],"version-history":[{"count":0,"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/295\/revisions"}],"wp:attachment":[{"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=295"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=295"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=295"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}