{"id":287,"date":"2014-12-02T17:16:56","date_gmt":"2014-12-02T08:16:56","guid":{"rendered":"http:\/\/teraterm.feasible-lab.com\/?p=287"},"modified":"2024-04-24T12:31:35","modified_gmt":"2024-04-24T03:31:35","slug":"8-4-break-external-loop","status":"publish","type":"post","link":"https:\/\/teraterm.feasible-lab.com\/?p=287","title":{"rendered":"8.4. \u5916\u90e8\u30d5\u30a1\u30a4\u30eb\u306e\u30eb\u30fc\u30d7\u3092\u629c\u3051\u308b"},"content":{"rendered":"<h2>8.4.1. \u7d42\u308f\u3089\u306a\u3044\u30eb\u30fc\u30d7<\/h2>\n<p>\u524d\u56de\u307e\u3067\u306b\u4f5c\u3063\u305f\u30de\u30af\u30ed\u3067\u306f\u3001\u5916\u90e8\u30d5\u30a1\u30a4\u30eb\u3067\u3042\u308blist.txt\u306e\u6700\u5f8c\u307e\u3067\u5230\u9054\u3057\u3066\u3082\u3001\u30eb\u30fc\u30d7\u3092\u7d42\u308f\u3089\u305b\u308b\u4e8b\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002<\/p>\n<p>\u4eca\u56de\u306f\u3001\u30d5\u30a1\u30a4\u30eb\u306e\u6700\u5f8c\u306b\u5230\u9054\u3057\u305f\u3089\u3001\u30eb\u30fc\u30d7\u3092\u7d42\u308f\u3089\u305b\u308b\u3088\u3046\u306a\u30de\u30af\u30ed\u3092\u4f5c\u3063\u3066\u307f\u307e\u3057\u3087\u3046\u3002<\/p>\n<p>&nbsp;<\/p>\n<h3>8.4.1.1. \u524d\u56de\u306e\u632f\u308a\u8fd4\u308a<\/h3>\n<p>\u524d\u56de\u307e\u3067\u306b\u4f5c\u6210\u3057\u305f\u30de\u30af\u30ed\u306f\u4ee5\u4e0b\u306e\u3068\u304a\u308a\u3067\u3059\u3002<\/p>\n<pre class=\"lang:default decode:true\">;=================================\r\n;fileopen\u3067list.txt\u3092\u958b\u304d\u3001FH\u306b\u683c\u7d0d\r\n;=================================\r\nfileopen FH 'list.txt' 0\r\n\r\n;=================================\r\n;while\u3067\u30eb\u30fc\u30d7\u3092\u958b\u59cb\u3059\u308b\r\n;=================================\r\nwhile 1\r\n\r\n;=================================\r\n;filereadln\u3067FH\u304b\u3089\u8aad\u307f\u51fa\u3057\r\n;LINE\u306b\u683c\u7d0d\r\n;=================================\r\nfilereadln FH LINE\r\n\r\n;=================================\r\n;LINE\u306bIP\u30a2\u30c9\u30ec\u30b9\u304c\u683c\u7d0d\u3055\u308c\u305f\u306e\u3067\u3001\r\n;LINE\u3092IP_ADDR\u306b\u4ee3\u5165\u3059\u308b\r\n;=================================\r\nIP_ADDR = LINE\r\n\r\n;=================================\r\n;\u5909\u6570\u683c\u7d0d\r\n;=================================\r\nPWD = 'cisco123'\r\n;IP\u30a2\u30c9\u30ec\u30b9\u306b\u5fc5\u8981\u306a\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0\u3059\u308b\r\nstrconcat IP_ADDR ':23 \/nossh \/T=1'\r\n\r\n;=================================\r\n;telnet\u63a5\u7d9a\u3001\u30ed\u30b0\u4fdd\u5b58\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\r\n;=================================\r\nconnect IP_ADDR\r\ngetdir DIR\r\nchangedir DIR\r\n\r\n;=================================\r\n;\u30ed\u30b0\u4fdd\u5b58\u540d\u306e\u78ba\u5b9a\r\n;=================================\r\ngetdate DATE '%Y%m%d-%H%M%S.log'\r\nSHRUN = 'show_run_'\r\nSHLOG = 'show_log_'\r\n\r\nstrconcat SHRUN DATE\r\nstrconcat SHLOG DATE\r\n\r\n;=================================\r\n;show run\u306e\u30ed\u30b0\u3092\u53d6\u5f97\r\n;=================================\r\nlogopen SHRUN 0 0\r\n\r\nwait 'Password:'\r\nsendln PWD\r\nwait '&gt;'\r\npause 3\r\nsendln 'en'\r\nwait 'Password'\r\npause 3\r\nsendln PWD\r\nwait '#'\r\npause 3\r\nsendln 'terminal length 0'\r\nwait '#'\r\npause 3\r\nsendln 'show run'\r\npause 5\r\nsendln ''\r\nwait '#'\r\n\r\nlogclose\r\n\r\n;=================================\r\n;show log\u306e\u30ed\u30b0\u3092\u53d6\u5f97\r\n;=================================\r\nlogopen SHLOG 0 0\r\n\r\nsendln 'show log'\r\npause 5\r\nsendln ''\r\nwait '#'\r\nsendln 'exit'\r\n\r\nlogclose\r\n\r\n;=================================\r\n;\u3053\u3053\u3067\u30eb\u30fc\u30d7\u5143\u306b\u623b\u308b\r\n;=================================\r\nendwhile\r\n\r\n;=================================\r\n;FH\u3092\u7121\u52b9\u5316\u3059\u308b\r\n;=================================\r\nfileclose FH\r\n\r\nend\r\n<\/pre>\n<p>\u3082\u306f\u3084\u3001\u30de\u30af\u30ed\u306e\u89e3\u8aac\u3092\u308f\u3056\u308f\u3056\u3057\u306a\u304f\u3066\u3082\u5168\u304f\u554f\u984c\u306a\u304f\u8aad\u3081\u308b\u3088\u3046\u306b\u306a\u3063\u3066\u3044\u308b\u3068\u601d\u3044\u307e\u3059\u306e\u3067\u3001\u3054\u3061\u3083\u3054\u3061\u3083\u66f8\u304f\u3053\u3068\u306f\u907f\u3051\u307e\u3059\u3002<\/p>\n<p>\u3088\u304f\u308f\u304b\u3089\u306a\u3044\u30dd\u30a4\u30f3\u30c8\u304c\u3042\u308b\u5834\u5408\u306f\u3001\u53f3\u306e\u30e1\u30cb\u30e5\u30fc\u304b\u3089\u632f\u308a\u8fd4\u3063\u3066\u3044\u305f\u3060\u304f\u3068\u3044\u3044\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u3002<\/p>\n<p>&nbsp;<\/p>\n<h3>8.4.1.2. \u30eb\u30fc\u30d7\u306e\u7d42\u308f\u308a\u3092\u77e5\u308b\u65b9\u6cd5<\/h3>\n<p>\u3055\u3066\u3001\u65e2\u306b\u30d5\u30a1\u30a4\u30eb\u3092\u8aad\u307f\u8fbc\u3093\u3067\u30eb\u30fc\u30d7\u3092\u3055\u305b\u308b\u3068\u3053\u308d\u307e\u3067\u884c\u3063\u3066\u3044\u307e\u3059\u306e\u3067\u3001\u7279\u306b\u8a73\u3057\u3044\u89e3\u8aac\u3082\u306a\u304f\u3001\u30d5\u30a1\u30a4\u30eb\u306e\u7d42\u308f\u308a\u65b9\u306b\u3064\u3044\u3066\u884c\u3053\u3046\u3068\u601d\u3044\u307e\u3059\u3002<\/p>\n<p>\u3053\u3053\u3067\u3001\u4e00\u5ea6\u4e45\u3057\u3076\u308a\u306bTera Term\u306e\u30b3\u30de\u30f3\u30c9\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u3092\u8997\u3044\u3066\u307f\u305f\u3044\u3068\u601d\u3044\u307e\u3059\u3002<\/p>\n<p><a href=\"http:\/\/ttssh2.sourceforge.jp\/manual\/ja\/macro\/command\/filereadln.html\" target=\"_blank\" rel=\"noopener\">http:\/\/ttssh2.sourceforge.jp\/manual\/ja\/macro\/command\/filereadln.html<\/a><\/p>\n<p>\u78ba\u8a8d\u3057\u3066\u304a\u304d\u305f\u3044\u306e\u306f\u3001filereadln\u306e\u90e8\u5206\u3067\u3059\u3002<\/p>\n<blockquote><p>\u6700\u5f8c\u306b\u9054\u3057\u305f\u5834\u5408\u3001\u30b7\u30b9\u30c6\u30e0\u5909\u6570 result \u306b 1 \u304c\u683c\u7d0d\u3055\u308c\u308b\u3002\u305d\u308c\u4ee5\u5916\u306e\u5834\u5408\u3001result \u306b 0 \u304c\u683c\u7d0d\u3055\u308c\u308b\u3002<br \/>\n\u6539\u884c\u306e\u307f\u306e\u5834\u5408\u306f\u3001\u6587\u5b57\u5217\u5909\u6570\u306f\u7a7a\u3068\u306a\u308a\u3001result \u306b\u306f 0 \u304c\u683c\u7d0d\u3055\u308c\u308b\u3002<\/p><\/blockquote>\n<p>\u30d5\u30a1\u30a4\u30eb\u30cf\u30f3\u30c9\u30eb\u306e\u8aac\u660e\u306b\u3064\u3044\u3066\u3001\u4ee5\u4e0a\u306e\u3088\u3046\u306b\u66f8\u304b\u308c\u3066\u3044\u307e\u3059\u3002<br \/>\n\u4eca\u4f5c\u3063\u3066\u3044\u308b\u30de\u30af\u30ed\u306b\u8aad\u307f\u66ff\u3048\u308b\u3068\u3001\u3053\u3046\u306a\u308a\u307e\u3059\u3002<\/p>\n<p>\u30fblist.txt\u5185\u306bIP\u30a2\u30c9\u30ec\u30b9\u304c\u3042\u308b\u3046\u3061\u306fresult\u5909\u6570\u306b0\u304c\u683c\u7d0d\u3055\u308c\u308b<br \/>\n\u30fblist.txt\u306e\u6700\u5f8c\u306b\u5230\u9054\u3057\u305f\u5834\u5408\u3001result\u5909\u6570\u306b1\u304c\u683c\u7d0d\u3055\u308c\u308b<\/p>\n<p>\u3064\u307e\u308a\u3001\u6211\u3005\u304c\u30de\u30af\u30ed\u306b\u5bfe\u3057\u3066\u51fa\u3057\u305f\u3044\u6307\u793a\u306f\u3053\u3046\u3044\u3046\u3053\u3068\u3067\u3059\u3002<\/p>\n<p>\u30fbresult\u306b1\u304c\u683c\u7d0d\u3055\u308c\u305f\u3089break\u3057\u308d\uff08\u30eb\u30fc\u30d7\u3092\u629c\u3051\u308d\uff09<br \/>\n\uff08\u305d\u308c\u4ee5\u5916\u306e\u6642\u306f\u30eb\u30fc\u30d7\u3092\u7d9a\u3051\u308d\uff09<\/p>\n<p>\u3064\u307e\u308a\u306e\u3064\u307e\u308a\u3001\u6761\u4ef6\u5206\u5c90\u3067\u3059\u306d\u3002<\/p>\n<p>\u3067\u3059\u304b\u3089\u3001if\u3092\u4f7f\u3046\u3053\u3068\u306b\u306a\u308a\u307e\u3059\u3002<\/p>\n<pre class=\"lang:default decode:true\">if result\u304c1\u306e\u3068\u304d then\r\nbreak\uff08\u30eb\u30fc\u30d7\u7d42\u4e86)\r\nendif(result\u304c1\u306e\u3068\u304d\u306fif\u3082\u7d42\u308f\u308a)\r\n(else\u306f\u66f8\u304b\u306a\u304f\u3066\u3082\u3044\u3044)\r\n\u8272\u3005\u3068\u51e6\u7406<\/pre>\n<p>\u3053\u3046\u3044\u3046\u3075\u3046\u306b\u66f8\u304f\u3053\u3068\u3067\u3001\u30eb\u30fc\u30d7\u3092\u629c\u3051\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308b\u306f\u305a\u3067\u3059\u3002<\/p>\n<p>&nbsp;<\/p>\n<h2>8.4.2. \u30eb\u30fc\u30d7\u3092\u7d42\u308f\u3089\u305b\u308b<\/h2>\n<p>if\u3092\u4f7f\u3048\u3070\u30eb\u30fc\u30d7\u304c\u7d42\u308f\u308b\u3053\u3068\u304c\u308f\u304b\u308a\u307e\u3057\u305f\u3002<\/p>\n<p>\u3067\u306f\u3001\u5b9f\u969b\u306b\u3069\u3046\u3044\u3046\u3075\u3046\u306b\u66f8\u304f\u304b\u8003\u3048\u3066\u307f\u307e\u3057\u3087\u3046\u3002<\/p>\n<p>&nbsp;<\/p>\n<h3>8.4.2.1. if\u306e\u4f4d\u7f6e\u3092\u8003\u3048\u308b<\/h3>\n<p>\u5b9f\u969b\u306bif\u6587\u3092\u8003\u3048\u3066\u307f\u308b\u3068\u3001<\/p>\n<pre class=\"lang:default decode:true\">fileopen FH 'list.txt' 0\r\nwhile1\r\n\u3000filereadln FH LINE\r\n\u3000\u3000if result=1 then\r\n\u3000\u3000\u3000break\r\n\u3000\u3000endif\r\nhogehoge\r\nendwhile\r\n<\/pre>\n<p>&nbsp;<\/p>\n<p><span style=\"line-height: 1.714285714; font-size: 1rem;\">\u3053\u306e\u3088\u3046\u306a\u5f62\u306b\u306a\u308a\u307e\u3059\u3002<\/span><\/p>\n<p>\u305d\u3057\u3066\u3001if\u306ffilereadln\u306e\u7d50\u679c\u306b\u5bfe\u3057\u3066\u51e6\u7406\u3092\u3055\u305b\u308b\u308f\u3051\u3067\u3059\u304b\u3089\u3001filereadln\u76f4\u4e0b\u306b\u5165\u3063\u3066\u304f\u308b\u308f\u3051\u3067\u3059\u3002<\/p>\n<p>&nbsp;<\/p>\n<h3>8.4.2.2. \u5b9f\u969b\u306b\u30de\u30af\u30ed\u306b\u5165\u308c\u3066\u307f\u308b<\/h3>\n<p>\u5b9f\u969b\u306b\u30de\u30af\u30ed\u306b\u5165\u308c\u8fbc\u3080\u3068\u3053\u3046\u306a\u308a\u307e\u3059\u3002<\/p>\n<pre class=\"lang:default mark:17-23,92 decode:true\">;=================================\r\n;fileopen\u3067list.txt\u3092\u958b\u304d\u3001FH\u306b\u683c\u7d0d\r\n;=================================\r\nfileopen FH 'list.txt' 0\r\n\r\n;=================================\r\n;while\u3067\u30eb\u30fc\u30d7\u3092\u958b\u59cb\u3059\u308b\r\n;=================================\r\nwhile 1\r\n\r\n;=================================\r\n;filereadln\u3067FH\u304b\u3089\u8aad\u307f\u51fa\u3057\r\n;LINE\u306b\u683c\u7d0d\r\n;=================================\r\nfilereadln FH LINE\r\n\r\n;=================================\r\n;if\u3092\u4f7f\u3063\u3066\u3001\u30d5\u30a1\u30a4\u30eb\u306e\u6700\u5f8c\u307e\u3067\u6765\u305f\u3089\u3001\r\n;\u30de\u30af\u30ed\u306e\u30eb\u30fc\u30d7\u304b\u3089\u629c\u3051\u308b\r\n;=================================\r\nif result=1 then\r\nbreak\r\nendif\r\n\r\n;=================================\r\n;LINE\u306bIP\u30a2\u30c9\u30ec\u30b9\u304c\u683c\u7d0d\u3055\u308c\u305f\u306e\u3067\u3001\r\n;LINE\u3092IP_ADDR\u306b\u4ee3\u5165\u3059\u308b\r\n;=================================\r\nIP_ADDR = LINE\r\n\r\n;=================================\r\n;\u5909\u6570\u683c\u7d0d\r\n;=================================\r\nPWD = 'cisco123'\r\n;IP\u30a2\u30c9\u30ec\u30b9\u306b\u5fc5\u8981\u306a\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0\u3059\u308b\r\nstrconcat IP_ADDR ':23 \/nossh \/T=1'\r\n\r\n;=================================\r\n;telnet\u63a5\u7d9a\u3001\u30ed\u30b0\u4fdd\u5b58\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\r\n;=================================\r\nconnect IP_ADDR\r\ngetdir DIR\r\nchangedir DIR\r\n\r\n;=================================\r\n;\u30ed\u30b0\u4fdd\u5b58\u540d\u306e\u78ba\u5b9a\r\n;=================================\r\ngetdate DATE '%Y%m%d-%H%M%S.log'\r\nSHRUN = 'show_run_'\r\nSHLOG = 'show_log_'\r\n\r\nstrconcat SHRUN DATE\r\nstrconcat SHLOG DATE\r\n\r\n;=================================\r\n;show run\u306e\u30ed\u30b0\u3092\u53d6\u5f97\r\n;=================================\r\nlogopen SHRUN 0 0\r\n\r\nwait 'Password:'\r\nsendln PWD\r\nwait '&gt;'\r\npause 3\r\nsendln 'en'\r\nwait 'Password'\r\npause 3\r\nsendln PWD\r\nwait '#'\r\npause 3\r\nsendln 'terminal length 0'\r\nwait '#'\r\npause 3\r\nsendln 'show run'\r\npause 5\r\nsendln ''\r\nwait '#'\r\n\r\nlogclose\r\n\r\n;=================================\r\n;show log\u306e\u30ed\u30b0\u3092\u53d6\u5f97\r\n;=================================\r\nlogopen SHLOG 0 0\r\n\r\nsendln 'show log'\r\npause 5\r\nsendln ''\r\nwait '#'\r\nsendln 'exit'\r\n\r\nlogclose\r\npause5\r\n\r\n;=================================\r\n;\u3053\u3053\u3067\u30eb\u30fc\u30d7\u5143\u306b\u623b\u308b\r\n;=================================\r\nendwhile\r\n\r\n;=================================\r\n;FH\u3092\u7121\u52b9\u5316\u3059\u308b\r\n;=================================\r\nfileclose FH\r\n\r\nend<\/pre>\n<p>&nbsp;<\/p>\n<p>\u3053\u308c\u3067\u3001IP\u30a2\u30c9\u30ec\u30b9\u306e\u30ea\u30b9\u30c8\u306b\u5bfe\u3057\u3066\u3001show run\u3001show log\u3092\u53d6\u308a\u306b\u884c\u304f\u30de\u30af\u30ed\u304c\u5b8c\u6210\u3057\u307e\u3057\u305f\u3002<\/p>\n<p>17-23\u884c\u76ee\u306bif\u3092\u5165\u308c\u8fbc\u3080\u3060\u3051\u3067OK\u3067\u3059\u3002<\/p>\n<p>\u3055\u3089\u306b\u300192\u884c\u76ee\u306b\u306f\u5ff5\u306e\u305f\u3081Pause\u30925\u79d2\u8ffd\u52a0\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n<p>Pause\u3092\u5165\u308c\u308b\u7406\u7531\u306f\u3001Loop\u3078\u306e\u623b\u308a\u304c\u65e9\u3059\u304e\u3066\u30de\u30af\u30ed\u304c\u3053\u3051\u308b\u3053\u3068\u304c\u3088\u304f\u3042\u308b\u304b\u3089\u3067\u3059\u3002\u30de\u30af\u30ed\u306e\u30a8\u30e9\u30fc\u304c\u6bce\u56de\u9055\u3046\u884c\u3067\u8d77\u304d\u308b\u5834\u5408\u306f\u3001Pause\u3092\u5165\u308c\u3066\u307f\u308b\u3053\u3068\u3092\u304a\u3059\u3059\u3081\u3057\u307e\u3059\u3002<\/p>\n<p>&nbsp;<\/p>\n<p>\u3053\u3053\u307e\u3067\u3067\u3001\u57fa\u672c\u7684\u306a\u30de\u30af\u30ed\u306e\u89e3\u8aac\u306f\u7d42\u308f\u308a\u3067\u3059\u3002<\/p>\n<p>\u6b21\u56de\u4ee5\u964d\u306f\u3053\u3053\u307e\u3067\u306b\u4f5c\u3063\u305f\u30b5\u30f3\u30d7\u30eb\u30de\u30af\u30ed\u3092\u4f7f\u3063\u3066\u3001\u3082\u3063\u3068\u4fbf\u5229\u306a\u30de\u30af\u30ed\u3092\u4f5c\u3063\u3066\u3044\u3053\u3046\u3068\u601d\u3044\u307e\u3059\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\t\t\t\t<![CDATA[]]>\t\t<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[42],"tags":[],"class_list":["post-287","post","type-post","status-publish","format-standard","hentry","category-08-4-tera-term-out-of-loop"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>8.4. \u5916\u90e8\u30d5\u30a1\u30a4\u30eb\u306e\u30eb\u30fc\u30d7\u3092\u629c\u3051\u308b - \u30bc\u30ed\u304b\u3089\u59cb\u3081\u308bTera Term\u30de\u30af\u30ed<\/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:\/\/teraterm.feasible-lab.com\/?p=287\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"8.4. \u5916\u90e8\u30d5\u30a1\u30a4\u30eb\u306e\u30eb\u30fc\u30d7\u3092\u629c\u3051\u308b - \u30bc\u30ed\u304b\u3089\u59cb\u3081\u308bTera Term\u30de\u30af\u30ed\" \/>\n<meta property=\"og:url\" content=\"https:\/\/teraterm.feasible-lab.com\/?p=287\" \/>\n<meta property=\"og:site_name\" content=\"\u30bc\u30ed\u304b\u3089\u59cb\u3081\u308bTera Term\u30de\u30af\u30ed\" \/>\n<meta property=\"article:published_time\" content=\"2014-12-02T08:16:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-24T03:31:35+00:00\" \/>\n<meta name=\"author\" content=\"Shunsuke Yoshikawa\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u57f7\u7b46\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"Shunsuke Yoshikawa\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data2\" content=\"2\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/teraterm.feasible-lab.com\\\/?p=287#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/teraterm.feasible-lab.com\\\/?p=287\"},\"author\":{\"name\":\"Shunsuke Yoshikawa\",\"@id\":\"https:\\\/\\\/teraterm.feasible-lab.com\\\/#\\\/schema\\\/person\\\/e37c225a001d2e04f83152790d000c65\"},\"headline\":\"8.4. \u5916\u90e8\u30d5\u30a1\u30a4\u30eb\u306e\u30eb\u30fc\u30d7\u3092\u629c\u3051\u308b\",\"datePublished\":\"2014-12-02T08:16:56+00:00\",\"dateModified\":\"2024-04-24T03:31:35+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/teraterm.feasible-lab.com\\\/?p=287\"},\"wordCount\":54,\"commentCount\":1,\"articleSection\":[\"08.4. \u30eb\u30fc\u30d7\u304b\u3089\u629c\u3051\u308b\"],\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/teraterm.feasible-lab.com\\\/?p=287#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/teraterm.feasible-lab.com\\\/?p=287\",\"url\":\"https:\\\/\\\/teraterm.feasible-lab.com\\\/?p=287\",\"name\":\"8.4. \u5916\u90e8\u30d5\u30a1\u30a4\u30eb\u306e\u30eb\u30fc\u30d7\u3092\u629c\u3051\u308b - \u30bc\u30ed\u304b\u3089\u59cb\u3081\u308bTera Term\u30de\u30af\u30ed\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/teraterm.feasible-lab.com\\\/#website\"},\"datePublished\":\"2014-12-02T08:16:56+00:00\",\"dateModified\":\"2024-04-24T03:31:35+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/teraterm.feasible-lab.com\\\/#\\\/schema\\\/person\\\/e37c225a001d2e04f83152790d000c65\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/teraterm.feasible-lab.com\\\/?p=287#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/teraterm.feasible-lab.com\\\/?p=287\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/teraterm.feasible-lab.com\\\/?p=287#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u30db\u30fc\u30e0\",\"item\":\"https:\\\/\\\/teraterm.feasible-lab.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"8.4. \u5916\u90e8\u30d5\u30a1\u30a4\u30eb\u306e\u30eb\u30fc\u30d7\u3092\u629c\u3051\u308b\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/teraterm.feasible-lab.com\\\/#website\",\"url\":\"https:\\\/\\\/teraterm.feasible-lab.com\\\/\",\"name\":\"\u30bc\u30ed\u304b\u3089\u59cb\u3081\u308bTera Term\u30de\u30af\u30ed\",\"description\":\"Teraterm\u30de\u30af\u30ed\u3067\u65e5\u3005\u306e\u4ed5\u4e8b\u3092\u697d\u306b\u3057\u307e\u3057\u3087\u3046\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/teraterm.feasible-lab.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/teraterm.feasible-lab.com\\\/#\\\/schema\\\/person\\\/e37c225a001d2e04f83152790d000c65\",\"name\":\"Shunsuke Yoshikawa\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/50ab8703b04a9ec3a59e1459091a462d3233d120549dac001854c8892741e6ee?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/50ab8703b04a9ec3a59e1459091a462d3233d120549dac001854c8892741e6ee?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/50ab8703b04a9ec3a59e1459091a462d3233d120549dac001854c8892741e6ee?s=96&d=mm&r=g\",\"caption\":\"Shunsuke Yoshikawa\"},\"url\":\"https:\\\/\\\/teraterm.feasible-lab.com\\\/?author=2\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"8.4. \u5916\u90e8\u30d5\u30a1\u30a4\u30eb\u306e\u30eb\u30fc\u30d7\u3092\u629c\u3051\u308b - \u30bc\u30ed\u304b\u3089\u59cb\u3081\u308bTera Term\u30de\u30af\u30ed","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:\/\/teraterm.feasible-lab.com\/?p=287","og_locale":"ja_JP","og_type":"article","og_title":"8.4. \u5916\u90e8\u30d5\u30a1\u30a4\u30eb\u306e\u30eb\u30fc\u30d7\u3092\u629c\u3051\u308b - \u30bc\u30ed\u304b\u3089\u59cb\u3081\u308bTera Term\u30de\u30af\u30ed","og_url":"https:\/\/teraterm.feasible-lab.com\/?p=287","og_site_name":"\u30bc\u30ed\u304b\u3089\u59cb\u3081\u308bTera Term\u30de\u30af\u30ed","article_published_time":"2014-12-02T08:16:56+00:00","article_modified_time":"2024-04-24T03:31:35+00:00","author":"Shunsuke Yoshikawa","twitter_card":"summary_large_image","twitter_misc":{"\u57f7\u7b46\u8005":"Shunsuke Yoshikawa","\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"2\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/teraterm.feasible-lab.com\/?p=287#article","isPartOf":{"@id":"https:\/\/teraterm.feasible-lab.com\/?p=287"},"author":{"name":"Shunsuke Yoshikawa","@id":"https:\/\/teraterm.feasible-lab.com\/#\/schema\/person\/e37c225a001d2e04f83152790d000c65"},"headline":"8.4. \u5916\u90e8\u30d5\u30a1\u30a4\u30eb\u306e\u30eb\u30fc\u30d7\u3092\u629c\u3051\u308b","datePublished":"2014-12-02T08:16:56+00:00","dateModified":"2024-04-24T03:31:35+00:00","mainEntityOfPage":{"@id":"https:\/\/teraterm.feasible-lab.com\/?p=287"},"wordCount":54,"commentCount":1,"articleSection":["08.4. \u30eb\u30fc\u30d7\u304b\u3089\u629c\u3051\u308b"],"inLanguage":"ja","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/teraterm.feasible-lab.com\/?p=287#respond"]}]},{"@type":"WebPage","@id":"https:\/\/teraterm.feasible-lab.com\/?p=287","url":"https:\/\/teraterm.feasible-lab.com\/?p=287","name":"8.4. \u5916\u90e8\u30d5\u30a1\u30a4\u30eb\u306e\u30eb\u30fc\u30d7\u3092\u629c\u3051\u308b - \u30bc\u30ed\u304b\u3089\u59cb\u3081\u308bTera Term\u30de\u30af\u30ed","isPartOf":{"@id":"https:\/\/teraterm.feasible-lab.com\/#website"},"datePublished":"2014-12-02T08:16:56+00:00","dateModified":"2024-04-24T03:31:35+00:00","author":{"@id":"https:\/\/teraterm.feasible-lab.com\/#\/schema\/person\/e37c225a001d2e04f83152790d000c65"},"breadcrumb":{"@id":"https:\/\/teraterm.feasible-lab.com\/?p=287#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/teraterm.feasible-lab.com\/?p=287"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/teraterm.feasible-lab.com\/?p=287#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u30db\u30fc\u30e0","item":"https:\/\/teraterm.feasible-lab.com\/"},{"@type":"ListItem","position":2,"name":"8.4. \u5916\u90e8\u30d5\u30a1\u30a4\u30eb\u306e\u30eb\u30fc\u30d7\u3092\u629c\u3051\u308b"}]},{"@type":"WebSite","@id":"https:\/\/teraterm.feasible-lab.com\/#website","url":"https:\/\/teraterm.feasible-lab.com\/","name":"\u30bc\u30ed\u304b\u3089\u59cb\u3081\u308bTera Term\u30de\u30af\u30ed","description":"Teraterm\u30de\u30af\u30ed\u3067\u65e5\u3005\u306e\u4ed5\u4e8b\u3092\u697d\u306b\u3057\u307e\u3057\u3087\u3046","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/teraterm.feasible-lab.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"},{"@type":"Person","@id":"https:\/\/teraterm.feasible-lab.com\/#\/schema\/person\/e37c225a001d2e04f83152790d000c65","name":"Shunsuke Yoshikawa","image":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/secure.gravatar.com\/avatar\/50ab8703b04a9ec3a59e1459091a462d3233d120549dac001854c8892741e6ee?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/50ab8703b04a9ec3a59e1459091a462d3233d120549dac001854c8892741e6ee?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/50ab8703b04a9ec3a59e1459091a462d3233d120549dac001854c8892741e6ee?s=96&d=mm&r=g","caption":"Shunsuke Yoshikawa"},"url":"https:\/\/teraterm.feasible-lab.com\/?author=2"}]}},"_links":{"self":[{"href":"https:\/\/teraterm.feasible-lab.com\/index.php?rest_route=\/wp\/v2\/posts\/287","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/teraterm.feasible-lab.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/teraterm.feasible-lab.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/teraterm.feasible-lab.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/teraterm.feasible-lab.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=287"}],"version-history":[{"count":2,"href":"https:\/\/teraterm.feasible-lab.com\/index.php?rest_route=\/wp\/v2\/posts\/287\/revisions"}],"predecessor-version":[{"id":348,"href":"https:\/\/teraterm.feasible-lab.com\/index.php?rest_route=\/wp\/v2\/posts\/287\/revisions\/348"}],"wp:attachment":[{"href":"https:\/\/teraterm.feasible-lab.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=287"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/teraterm.feasible-lab.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=287"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/teraterm.feasible-lab.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=287"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}