{"id":4074,"date":"2021-12-04T13:00:40","date_gmt":"2021-12-04T04:00:40","guid":{"rendered":"https:\/\/tech.akat.info\/?p=4074"},"modified":"2021-12-04T13:00:40","modified_gmt":"2021-12-04T04:00:40","slug":"xargs-unmatched-single-quote-by-default-quotes-are-special-to-xargs-unless-you-use-the-0-option","status":"publish","type":"post","link":"https:\/\/tech.akat.info\/?p=4074","title":{"rendered":"xargs: unmatched single quote; by default quotes are special to xargs unless you use the -0 option"},"content":{"rendered":"<h2>\u30a8\u30e9\u30fc\u5185\u5bb9<\/h2>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n# find .\/ -type f | xargs grep SearchWord\r\nxargs: unmatched single quote; by default quotes are special to xargs unless you use the -0 option\r\n<\/pre>\n<h2>\u5bfe\u51e6\u65b9\u6cd5<\/h2>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n# find .\/ -type f -print0 | xargs -0 grep SearchWord\r\n...\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u30a8\u30e9\u30fc\u5185\u5bb9 # find .\/ -type f | xargs grep SearchWord xargs: unmatched single quote; by default quotes are special t [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[2],"tags":[],"_links":{"self":[{"href":"https:\/\/tech.akat.info\/index.php?rest_route=\/wp\/v2\/posts\/4074"}],"collection":[{"href":"https:\/\/tech.akat.info\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tech.akat.info\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tech.akat.info\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tech.akat.info\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4074"}],"version-history":[{"count":1,"href":"https:\/\/tech.akat.info\/index.php?rest_route=\/wp\/v2\/posts\/4074\/revisions"}],"predecessor-version":[{"id":4075,"href":"https:\/\/tech.akat.info\/index.php?rest_route=\/wp\/v2\/posts\/4074\/revisions\/4075"}],"wp:attachment":[{"href":"https:\/\/tech.akat.info\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4074"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tech.akat.info\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4074"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tech.akat.info\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4074"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}