{"id":8465,"date":"2023-01-28T09:32:39","date_gmt":"2023-01-28T00:32:39","guid":{"rendered":"https:\/\/lab4ict.com\/system\/?p=8465"},"modified":"2024-02-08T07:24:33","modified_gmt":"2024-02-07T22:24:33","slug":"linux%e3%81%a7%e6%94%b9%e8%a1%8c%e3%82%b3%e3%83%bc%e3%83%89%e3%82%92%e5%a4%89%e6%9b%b4%e3%81%99%e3%82%8b%ef%bc%81%ef%bc%88windows%e2%87%94linux%ef%bc%89","status":"publish","type":"post","link":"https:\/\/lab4ict.com\/system\/archives\/8465","title":{"rendered":"Linux\u3067Windows\u3068Linux\u9593\u306e\u6539\u884c\u30b3\u30fc\u30c9\u3092\u5909\u66f4\u3059\u308b\uff01\uff08sed\uff0ftr\uff09"},"content":{"rendered":"<p>Linux\u72b6\u3067Windows\u3068Linux\u9593\u306e\u6539\u884c\u30b3\u30fc\u30c9\u306e\u5909\u63db\u3092\u884c\u3044\u307e\u3059\u3002<br \/>\n<!--more--><\/p>\n<h2>Windows\u306e\u6539\u884c\u30b3\u30fc\u30c9\uff08CRLF\uff09\u3092Linux\u306e\u6539\u884c\uff08LF\uff09\u30b3\u30fc\u30c9\u306b\u5909\u66f4\u3059\u308b\uff01\uff08sed\uff09<\/h2>\n<p>sed\u30b3\u30de\u30f3\u30c9\u3067\u3001\u300c\\r\u300d\u3092\u524a\u9664\u3059\u308b\u65b9\u6cd5\u3067\u5909\u63db\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"brush: plain; highlight: [1,3]; title: ; notranslate\" title=\"\">\r\n$ sed -i 's\/\\r\/\/g' test.txt\r\n$ od -c test.txt\r\n0000000   1   2   3  \\n   4   5   6  \\n\r\n0000010\r\n<\/pre>\n<h2>Linux\u306e\u6539\u884c\u30b3\u30fc\u30c9\uff08LF\uff09\u3092Windows\u306e\u6539\u884c\u30b3\u30fc\u30c9\uff08CRLF\uff09\u306b\u5909\u66f4\u3059\u308b\uff01\uff08sed\uff09<\/h2>\n<p>Windows\u306e\u6539\u884c\u30b3\u30fc\u30c9\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u7528\u610f\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"brush: plain; highlight: [1,4]; title: ; notranslate\" title=\"\">\r\n$ cat test.txt\r\n123\r\n456\r\n$ od -c test.txt\r\n0000000   1   2   3  \\r  \\n   4   5   6  \\r  \\n\r\n0000012\r\n<\/pre>\n<p>sed\u30b3\u30de\u30f3\u30c9\u3067\u884c\u672b\u306b\u300c\\r\u300d\u3092\u8ffd\u52a0\u3059\u308b\u65b9\u6cd5\u3067\u5909\u63db\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"brush: plain; highlight: [1,4,7]; title: ; notranslate\" title=\"\">\r\n$ od -c test.txt\r\n0000000   1   2   3  \\n   4   5   6  \\n\r\n0000010\r\n$ sed -i 's\/$\/\\r\/g' test.txt\r\n&#x5B;usradmin@vmsrhe01 ~]$ cat test.txt\r\n123\r\n456\r\n&#x5B;usradmin@vmsrhe01 ~]$ od -c test.txt\r\n0000000   1   2   3  \\r  \\n   4   5   6  \\r  \\n\r\n0000012\r\n<\/pre>\n<h2>Windows\u306e\u6539\u884c\u30b3\u30fc\u30c9\uff08CRLF\uff09\u3092Linux\u306e\u6539\u884c\uff08LF\uff09\u30b3\u30fc\u30c9\u306b\u5909\u66f4\u3059\u308b\uff01\uff08tr\uff09<\/h2>\n<p>tr\u30b3\u30de\u30f3\u30c9\u3067\u3001\u300c\\r\u300d\u3092\u524a\u9664\u3059\u308b\u65b9\u6cd5\u3067\u5909\u63db\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059\u3002<\/p>\n<pre class=\"brush: plain; highlight: [1,3,4]; title: ; notranslate\" title=\"\">\r\n$ od -c test.txt\r\n0000000   1   2   3  \\r  \\n   4   5   6  \\r  \\n\r\n0000012\r\n$ cat test.txt | tr -d '\\r' &gt; test2.txt\r\n&#x5B;usradmin@vmsrhe01 ~]$ od -c test2.txt\r\n0000000   1   2   3  \\n   4   5   6  \\n\r\n0000010\r\n<\/pre>\n<h2>\u304a\u308f\u308a\u306b<\/h2>\n<p>Linux\u4e0a\u3067\u6539\u884c\u30b3\u30fc\u30c9\u3092\u5909\u63db\u3059\u308b\u5834\u5408\u306f\u3001\u5c11\u3057\u30c6\u30af\u30cb\u30c3\u30af\u304c\u5fc5\u8981\u3067\u3059\u3002\u53ef\u80fd\u304b\u304e\u308a\u3001\u30d5\u30a1\u30a4\u30eb\u8ee2\u9001\u30bd\u30d5\u30c8\u306e\u6a5f\u80fd\u3067\u30d5\u30a1\u30a4\u30eb\u8ee2\u9001\u3092\u3057\u306a\u304c\u3089\u6539\u884c\u30b3\u30fc\u30c9\u3092\u5909\u66f4\u3059\u308b\u3088\u3046\u306b\u3057\u307e\u3057\u3087\u3046\u3002<\/p>\n<h2>\u95a2\u9023\u8a18\u4e8b<\/h2>\n<div class=\"sc_getpost\"><a class=\"clearfix\" href=\"https:\/\/lab4ict.com\/system\/archives\/9227\" ><div class=\"sc_getpost_thumb post-box-thumbnail__wrap\"><img decoding=\"async\" src=\"data:image\/gif;base64,R0lGODdhAQABAPAAAN3d3QAAACwAAAAAAQABAAACAkQBADs=\" width=\"150\" height=\"150\" alt=\"\u3010\u8a18\u4e8b\u4e00\u89a7\u3011Linux\u3067\u30c6\u30ad\u30b9\u30c8\u304a\u3088\u3073\u30d0\u30a4\u30ca\u30ea\u30d5\u30a1\u30a4\u30eb\u3092\u51e6\u7406\u3059\u308b\uff01\" loading=\"lazy\" data-src=\"https:\/\/lab4ict.com\/system\/wp-content\/uploads\/2021\/02\/fi_linux_01-150x150.png\" class=\"lazyload\"><\/div><div class=\"title\">\u3010\u8a18\u4e8b\u4e00\u89a7\u3011Linux\u3067\u30c6\u30ad\u30b9\u30c8\u304a\u3088\u3073\u30d0\u30a4\u30ca\u30ea\u30d5\u30a1\u30a4\u30eb\u3092\u51e6\u7406\u3059\u308b\uff01<\/div><div class=\"substr\">Linux\u3067\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u304a\u3088\u3073\u30d0\u30a4\u30ca\u30ea\u30d5\u30a1\u30a4\u30eb\u3092\u6271\u3046\u305f\u3081\u306e\u8a18\u4e8b\u4e00\u89a7\u3092\u63b2\u8f09\u3057\u307e\u3059\u3002...<\/div><\/a><\/div>\n<h2>\u95a2\u9023\u66f8\u7c4d\uff08Amazon\uff09<\/h2>\n<p><a href=\"https:\/\/amzn.to\/3H5qkUu\" rel=\"noopener\" target=\"_blank\"><img decoding=\"async\" class=\"paapi5-pa-product-image-source\" src=\"https:\/\/m.media-amazon.com\/images\/I\/51ZPkoBGdZL._SL160_.jpg\" alt=\"N\/A\"><\/a><\/p>\n<hr \/>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Linux\u72b6\u3067Windows\u3068Linux\u9593\u306e\u6539\u884c\u30b3\u30fc\u30c9\u306e\u5909\u63db\u3092\u884c\u3044\u307e\u3059\u3002<\/p>\n","protected":false},"author":1,"featured_media":5527,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[110],"tags":[282,25,185,186],"class_list":["post-8465","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-data-processing","tag-linux","tag-25","tag-185","tag-186"],"_links":{"self":[{"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/posts\/8465","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/comments?post=8465"}],"version-history":[{"count":3,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/posts\/8465\/revisions"}],"predecessor-version":[{"id":15912,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/posts\/8465\/revisions\/15912"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/media\/5527"}],"wp:attachment":[{"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/media?parent=8465"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/categories?post=8465"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/tags?post=8465"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}